aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <thosch97@gmail.com>2015-02-21 15:31:26 +0100
committerThomas Schneider <thosch97@gmail.com>2015-02-21 15:31:26 +0100
commit75953229f4e296a54795ef4b08fd3911d900bdf8 (patch)
treef0e6a754c2b7cb08c9bebd0d633a51b49c62138b
parent2c8b89a8b7b10382fb41a29cabaffc75c817f29a (diff)
zshrc.local: actually export $PATH
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
-rw-r--r--dot.zshrc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local
index cdc0a1e..aee4fd9 100644
--- a/dot.zshrc.local
+++ b/dot.zshrc.local
@@ -7,7 +7,7 @@ alias g=git
alias hl="highlight -O ansi"
#export PATH="${PATH}/usr/sbin:/usr/local/sbin:/sbin"
path=( $HOME/.cabal/bin(/N) $HOME/.local/bin(/N) $path )
-typeset -U path
+typeset -xU path
export SVN_SSH="ssh -i /home/qsuscs/.ssh/id_rsa_subversion"
ssh-add -l
function countdown {