diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-08-02 12:43:54 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-08-02 12:43:54 +0200 |
commit | c694c97add9330244043978b2f9098f7757cb253 (patch) | |
tree | 4a19085f6be4c15574c5f317afd8b7b628b75478 /zsh/zshrc | |
parent | 585931911f2c78e947d439bf2f508df675ef5b90 (diff) |
Remove umask
Diffstat (limited to '')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ PROMPT="%F{red}$(date +%H:%M) %F{white}%~%(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 |