diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,4 @@ -PROMPT="%F{red}$(date +%H:%M) %F{white}%~%(1v.%F{green}%1v%f.)%F{red}%2v%f %% " - -umask 077 +PROMPT="%F{red}%D{%k:%M} %F{white}%~%(1v.%F{green}%1v%f.)%F{red}%2v%f %% " zstyle ':completion:*' special-dirs true zstyle ':completion:*:*:kill:*' menu yes select |