zsh: don't glob when using nix command

This commit is contained in:
PowerUser64 2023-06-16 04:25:44 -07:00
parent d23fedb47b
commit 51ab57646f

2
.zshrc
View file

@ -105,6 +105,8 @@ Set the SKIP_P10K_THEME environment variable to 'true' or make a configuration t
[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history" [ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history"
alias nix='noglob nix'
## ZSH Options >>> ## ZSH Options >>>
{ {
# setopt correct # Auto correct mistakes # setopt correct # Auto correct mistakes