feat: more options

This commit is contained in:
Price Hiller 2022-07-31 03:36:50 -05:00
parent ff29e03691
commit 531f213f48

View File

@ -1,5 +1,7 @@
#!/usr/bin/env options
setopt extendedglob
setopt nullglob
setopt autocd
setopt EXTENDED_GLOB
setopt NULL_GLOB
setopt AUTO_CD
setopt CHASE_LINKS
setopt AUTO_PUSHD