diff --git a/dotfiles/bash/profile b/dotfiles/bash/profile index 2107cc6..d1547d4 100644 --- a/dotfiles/bash/profile +++ b/dotfiles/bash/profile @@ -3,8 +3,8 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc -if [ -x /bin/vim ]; then - export EDITOR="/bin/vim" +if [ -x /usr/bin/vim ]; then + export EDITOR="/usr/bin/vim" fi export PATH="$HOME/.cargo/bin:$PATH"