diff options
| author | Thomas Schneider <thosch97@gmail.com> | 2015-02-21 20:12:43 +0100 |
|---|---|---|
| committer | Thomas Schneider <thosch97@gmail.com> | 2015-02-21 20:12:43 +0100 |
| commit | b3c50741ed04f15aa0e8a67120730f5d8152722e (patch) | |
| tree | 7c2861546c55f4210c3fdd7424f74a58a37c3704 | |
| parent | 75953229f4e296a54795ef4b08fd3911d900bdf8 (diff) | |
zshrc.local: Add all the sbins to $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 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 |
