diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-06-17 19:07:16 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-06-17 19:07:16 +0200 |
commit | 88cba94b6fde32a33092b1f7d544897d357e5b57 (patch) | |
tree | 7c6b7d47e532b2d3c5387ba793bd0d89f5b625f8 /zsh/zshrc | |
parent | f6499be9584cbffc6033a009da8d1c359de474f3 (diff) |
Some modifications
Diffstat (limited to '')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ PROMPT="%~%(1v.%F{green}%1v%f.)%F{red}%2v%f %% " +umask 077 + zstyle ':completion:*' special-dirs true zstyle ':completion:*:*:kill:*' menu yes select zstyle ':completion:*:kill:*' force-list always |