summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-08-02 12:43:54 +0200
committerStefan Ritter <xeno@thehappy.de>2011-08-02 12:43:54 +0200
commitc694c97add9330244043978b2f9098f7757cb253 (patch)
tree4a19085f6be4c15574c5f317afd8b7b628b75478
parent585931911f2c78e947d439bf2f508df675ef5b90 (diff)
Remove umask
-rw-r--r--zsh/zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 140ae04..d52896e 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -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