diff options
| author | Thomas Schneider <thosch97@gmail.com> | 2015-02-21 15:23:27 +0100 |
|---|---|---|
| committer | Thomas Schneider <thosch97@gmail.com> | 2015-02-21 15:23:27 +0100 |
| commit | 2c8b89a8b7b10382fb41a29cabaffc75c817f29a (patch) | |
| tree | 854d864d7dd6b9df2f5928b108f7c0532e9f538c | |
| parent | 3f8686b1249d33d8f8ae6d03802fbbfd9da019d3 (diff) | |
zshrc.local: even better handling of $PATH
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
| -rw-r--r-- | dot.zshrc.local | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local index 85f65dd..cdc0a1e 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -6,8 +6,7 @@ zstyle :prompt:grml:left:items:percent pre ' alias g=git alias hl="highlight -O ansi" #export PATH="${PATH}/usr/sbin:/usr/local/sbin:/sbin" -path=( $HOME/.cabal/bin(/N) $path ) -path=( $HOME/.local/bin(/N) $path ) +path=( $HOME/.cabal/bin(/N) $HOME/.local/bin(/N) $path ) typeset -U path export SVN_SSH="ssh -i /home/qsuscs/.ssh/id_rsa_subversion" ssh-add -l |
