From 531f213f48181747e4ed42b1e2fac64c6f0eaa9b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 03:36:50 -0500 Subject: [PATCH] feat: more options --- .config/zsh/config/profile/profile/options.zsh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/zsh/config/profile/profile/options.zsh b/.config/zsh/config/profile/profile/options.zsh index 4170002..d817876 100644 --- a/.config/zsh/config/profile/profile/options.zsh +++ b/.config/zsh/config/profile/profile/options.zsh @@ -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