aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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