Skip to content

Commit

Permalink
[zsh] added /opt/bin/ to path
Browse files Browse the repository at this point in the history
  • Loading branch information
silbak04 committed Feb 23, 2012
1 parent 6c5db67 commit c642148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Expand Up @@ -24,7 +24,7 @@ zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;32'

#add sbin to PATH so sudo can tab complete it
#PATH="/sbin/:/usr/sbin/:${PATH}"
export PATH="/sbin/:/usr/sbin/:/usr/lib/distcc/bin:/home/pwner/scripts/:/opt/Xilinx/12.4/ISE_DS/ISE/bin/lin:${PATH}"
export PATH="/opt/bin:/sbin/:/usr/sbin/:/usr/lib/distcc/bin:/home/pwner/scripts/:/opt/Xilinx/12.4/ISE_DS/ISE/bin/lin:${PATH}"
export ROOTPATH="/opt/Xilinx/12.4/ISE_DS/ISE/bin/lin:${ROOTPATH}"
export PYTHONSTARTUP="/home/pwner/.pythonrc"

Expand Down

0 comments on commit c642148

Please sign in to comment.