diff options
| author | Thomas Schneider <thosch97@gmail.com> | 2015-02-21 15:31:26 +0100 |
|---|---|---|
| committer | Thomas Schneider <thosch97@gmail.com> | 2015-02-21 15:31:26 +0100 |
| commit | 75953229f4e296a54795ef4b08fd3911d900bdf8 (patch) | |
| tree | f0e6a754c2b7cb08c9bebd0d633a51b49c62138b /dot.zshrc.local | |
| parent | 2c8b89a8b7b10382fb41a29cabaffc75c817f29a (diff) | |
zshrc.local: actually export $PATH
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
Diffstat (limited to 'dot.zshrc.local')
| -rw-r--r-- | dot.zshrc.local | 2 |
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 { |
