aboutsummaryrefslogtreecommitdiff
path: root/zshrc-local
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2016-08-20 15:40:37 -0400
committerMatt Singleton <matt@xcolour.net>2016-08-20 15:40:37 -0400
commit872e66f5bf5ba592d9b29be017c14d20b170ee2f (patch)
treef9b20529ec5932bd7ecf210f6b2f67dcce13b73a /zshrc-local
parent7219c54f76236587d278bb3e8184a5be4f94b022 (diff)
local zsh config
Diffstat (limited to 'zshrc-local')
-rw-r--r--zshrc-local7
1 files changed, 7 insertions, 0 deletions
diff --git a/zshrc-local b/zshrc-local
index f809c5c..6810e37 100644
--- a/zshrc-local
+++ b/zshrc-local
@@ -5,5 +5,12 @@
# get tex binaries on the path
#export PATH=/usr/local/texlive/2009basic/bin/universal-darwin:$PATH
+# get sbin on your path
+#export PATH="/usr/local/sbin:/usr/sbin:/sbin:${PATH}"
+
+# start the ssh agent on login and stop on logout
+#eval `ssh-agent -s`
+#trap 'eval `ssh-agent -k`' 0
+
# prompt hostname is highlighted in red for non-local envs
#export ZSH_LOCAL_ENV=true