mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
adding /usr/local/bin removed by mistake
This commit is contained in:
parent
4b8a93d68a
commit
d4db25b634
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ plugins=(git gitfast postgres tmux python vim-override virtualenvwrapper)
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||||
|
if [ -e /usr/local/bin ]; then export PATH="/usr/local/bin:$PATH"; fi
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
# Language configuration
|
# Language configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue