4ee1bc00d4975640938f036659efb7a5a05d193d
[profile.git] / vim.bashrc
1 vim=$(find_working vim 2>/dev/null)
2 [ $? = 0 ] && alias vi="$vim"
3 unset vim