Skip to content

Instantly share code, notes, and snippets.

View Solorider78's full-sized avatar
🏠
Working from home

Amir Ajvad Solorider78

🏠
Working from home
View GitHub Profile
@noahbliss
noahbliss / kali-zshrc
Last active April 1, 2024 00:59
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