diff --git a/.zshrc b/.zshrc index 3ea912e..4253da1 100644 --- a/.zshrc +++ b/.zshrc @@ -1,8 +1,16 @@ # zsh settings -setopt appendhistory -setopt autocd -setopt extendedglob +setopt append_history +setopt extended_history +setopt share_history +setopt histignorespace +setopt longlistjobs +setopt notify +setopt completeinword +setopt noshwordsplit +setopt auto_cd +setopt interactivecomments +setopt extended_glob export TERM=xterm-256color # pure