summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-07-12 11:38:54 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-07-12 11:38:54 +0200
commitca5a82e5246e613adbe479382ea87420f3cb84f9 (patch)
treef933bfe509f2803ec3f734357b66635ce39e91be /.zshrc
parent987a322928a8f0c9063f0868bfc2815a735f81e9 (diff)
downloaddotfiles-ca5a82e5246e613adbe479382ea87420f3cb84f9.tar.gz
dotfiles-ca5a82e5246e613adbe479382ea87420f3cb84f9.tar.xz
zshrc: set umask; rename private_stuff.zsh
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 7627268..cf24cf0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -796,16 +796,17 @@ function _wake () {
}
compdef _wake wake
-# machine dependent stuff
-. $HOME/.private_stuff.zsh
# }}}
# Greetings {{{
sysinfo
# }}}
# {{{ Other stuff that doesn't fit anywhere else
-#umask 077
+umask 077
stty -ctlecho
+# machine dependent stuff
+source $HOME/.zshrc.local
+
# }}}
# Show again