From 3a41934b16e4b734adcc7e9cf4c51c856ca4d1c6 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 16 Sep 2022 06:12:29 -0500 Subject: [PATCH] feat(zsh): add more zsh options --- dots/.config/zsh/config/profile/profile/options.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.config/zsh/config/profile/profile/options.zsh b/dots/.config/zsh/config/profile/profile/options.zsh index 12c88075..372d6856 100644 --- a/dots/.config/zsh/config/profile/profile/options.zsh +++ b/dots/.config/zsh/config/profile/profile/options.zsh @@ -7,11 +7,13 @@ setopt INC_APPEND_HISTORY setopt SHARE_HISTORY setopt EXTENDED_HISTORY setopt HIST_FIND_NO_DUPS +setopt AUTO_PARAM_SLASH setopt EXTENDED_GLOB setopt NULL_GLOB setopt AUTO_CD +setopt AUTO_PUSHD setopt CHASE_DOTS setopt HASH_CMDS