Closed josephhaaga closed 2 years ago
joehaaga@BF-001292 ~>vi ~/.zshrc zsh: no such file or directory: /usr/local/bin/vim
from this alias on line 126
alias vi="/usr/local/bin/vim"
I think I need to brew install vim before this will work (currently just using the pre-installed vim that comes with OS X)
brew install vim
fixed in 863c2c5
from this alias on line 126
I think I need to
brew install vim
before this will work (currently just using the pre-installed vim that comes with OS X)