Skip to content

Instantly share code, notes, and snippets.

View Daniel-176's full-sized avatar
:octocat:
Programming

Daniel Daniel-176

:octocat:
Programming
View GitHub Profile
@Daniel-176
Daniel-176 / kali-zshrc
Created February 7, 2026 18:55 — forked from noahbliss/kali-zshrc
Kali's default zshrc
# ~/.zshrc file for zsh interactive shells.
# see /usr/share/doc/zsh/examples/zshrc for examples
setopt autocd # change directory just by typing its name
#setopt correct # auto correct mistakes
setopt interactivecomments # allow comments in interactive mode
setopt magicequalsubst # enable filename expansion for arguments of the form ‘anything=expression’
setopt nonomatch # hide error message if there is no match for the pattern
setopt notify # report the status of background jobs immediately
setopt numericglobsort # sort filenames numerically when it makes sense