aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/vim.bash
blob: 3ebfb66e528d5dd919721a853c656a785281c1fa (plain) (blame)
1
2
3
4
5
# If Vim exists on the system, alias vi to it
if hash vim 2>/dev/null; then
    alias vi='vim'
fi