Handle Kerberos credentials when becoming users other than root.
[profile.git] / .profile.d / vim.bashrc
1 vim=$(find_working vim 2>/dev/null)
2 [ $? = 0 ] && alias vi="$vim"
3 unset vim