commit 60f2e2e05a44cdd411ccf1e997fcef5b0abf0540 parent 279e6bfee3a3f08b3f444b3d423a142ec78cf629 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 28 Aug 2019 10:56:16 +0200 Update st, add back colors to zsh Diffstat:
M | .zshrc | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.zshrc b/.zshrc @@ -20,10 +20,11 @@ unsetopt hist_verify # verify before executing cmd from history (e.g. !!) unsetopt notify # report status of bg jobs immediately unsetopt nomatch # show error if wildcards do not match any files -autoload -Uz add-zsh-hook cdr chpwd_recent_dirs compinit edit-command-line \ - select-bracketed select-quoted zmv +autoload -Uz add-zsh-hook cdr chpwd_recent_dirs colors compinit \ + edit-command-line select-bracketed select-quoted zmv compinit +colors add-zsh-hook chpwd chpwd_recent_dirs zstyle completion:*:*:cdr:*:* menu selection