From 51ab57646f7c75de27a1449c68c66d93c3e52fcb Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 16 Jun 2023 04:25:44 -0700 Subject: [PATCH] zsh: don't glob when using `nix` command --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index aae1e30..3f50d7a 100644 --- a/.zshrc +++ b/.zshrc @@ -105,6 +105,8 @@ Set the SKIP_P10K_THEME environment variable to 'true' or make a configuration t [ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history" +alias nix='noglob nix' + ## ZSH Options >>> { # setopt correct # Auto correct mistakes