josephhaaga / dotfiles

my dotfiles
1 stars 0 forks source link

vim alias broken on fresh install #2

Closed josephhaaga closed 2 years ago

josephhaaga commented 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)

josephhaaga commented 2 years ago

fixed in 863c2c5