mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01: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
|
||||
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'
|
||||
|
||||
# Language configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue