This commit is contained in:
Steph 2025-01-26 14:00:51 +01:00
parent 61f7c4e09b
commit 714850b146

View File

@ -32,6 +32,8 @@
for arg in "$@"; do cmd="$cmd nixpkgs#$arg"; done; for arg in "$@"; do cmd="$cmd nixpkgs#$arg"; done;
eval $cmd; eval $cmd;
} }
bind 'set completion-ignore-case on'
'' ''
# On mac we have to import brew # On mac we have to import brew