Skip to content

Instantly share code, notes, and snippets.

View phibersoft's full-sized avatar

Adem phibersoft

  • Istanbul
View GitHub Profile
@phibersoft
phibersoft / kali-zshrc
Last active November 29, 2024 01:41 — forked from noahbliss/kali-zshrc
Kali's default zshrc optimized for Arch
# ~/.zshrc file for zsh interactive shells.
# see /usr/share/doc/zsh/examples/zshrc for examples
# dont forget to run `sudo pacman -S zsh-autocompletions`
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