diff options
author | David Runge <david.runge@frqrec.com> | 2013-12-04 11:57:48 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2013-12-04 11:57:48 +0100 |
commit | f470082cd3a91173809ad146f161499bbc101006 (patch) | |
tree | 02b6a6f2f08a51763dfe0cfb071b8d1afb126fb5 | |
parent | 9290ecd0098a3a065051bcb2d6af03e2cbf22ba6 (diff) | |
download | dotfiles-f470082cd3a91173809ad146f161499bbc101006.tar.gz dotfiles-f470082cd3a91173809ad146f161499bbc101006.tar.bz2 dotfiles-f470082cd3a91173809ad146f161499bbc101006.tar.xz dotfiles-f470082cd3a91173809ad146f161499bbc101006.zip |
Added /sbin to PATH for unixpool
-rw-r--r-- | .zsh.after/unixpool.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh.after/unixpool.sh b/.zsh.after/unixpool.sh index f5c863a..6a31d73 100644 --- a/.zsh.after/unixpool.sh +++ b/.zsh.after/unixpool.sh @@ -10,6 +10,7 @@ PATH=${PATH}:/net/adm/bin PATH=${PATH}:/net/adm/scripts PATH=${PATH}:/net/adm/xadm PATH=${PATH}:/homes/wheel/wheel/bin +PATH=${PATH}:/sbin #PATH=/store/s4/android/android-sdk-linux_86/tools:$PATH #PATH=/store/s4/android/android-sdk-linux_86/platform-tools:$PATH |