- Updated PATH variable
This commit is contained in:
parent
97cded41d5
commit
1e4a925235
1 changed files with 2 additions and 3 deletions
5
zshrc
5
zshrc
|
@ -49,9 +49,6 @@ ZSH_THEME="powerlevel9k/powerlevel9k"
|
|||
plugins=(git git-flow compleat encode64 )
|
||||
|
||||
# User configuration
|
||||
|
||||
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# You may need to manually set your language environment
|
||||
|
@ -144,3 +141,5 @@ export TTC_UPDATE_INTERVAL=5
|
|||
if [ -n "$DISPLAY" ]; then
|
||||
xset b off
|
||||
fi
|
||||
|
||||
PATH=${PATH}:~/Bin
|
||||
|
|
Loading…
Reference in a new issue