diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-08-14 20:00:30 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-08-14 20:00:30 +0200 |
commit | 6fdab648e7757992b5ad6cbb2ff0ec0ccced9598 (patch) | |
tree | 50ed20079c61f9e2cc6e3b5fb6ec85f90f571088 /zsh/zshrc | |
parent | 365604d48124f9daa8877d653c489f5b01b672fc (diff) | |
parent | 80334b94c3300b03be22e50307bf3d0ab1b92108 (diff) |
Merge branch 'master' of fucktheforce.de:xeno
Diffstat (limited to 'zsh/zshrc')
-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 |