summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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