diff options
Diffstat (limited to 'dot.zshrc.local')
| -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 aee4fd9..1c1dadb 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -5,8 +5,7 @@ zstyle :prompt:grml:left:items:percent pre ' (( $+commands[bsdtar] )) && alias tar=bsdtar || echo "bsdtar not installed" 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 ) +path=( $HOME/.cabal/bin(/N) $HOME/.local/bin(/N) $path /usr/sbin(/N) /usr/local/sbin(/N) /sbin(/N) ) typeset -xU path export SVN_SSH="ssh -i /home/qsuscs/.ssh/id_rsa_subversion" ssh-add -l |
