diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index 0fd6a47..41bbc7f 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -77,11 +77,7 @@ then fi # Set up Vi/Vim. -if command -v org.vim.Vim > /dev/null -then - export EDITOR="org.vim.Vim -f" - alias vi=org.vim.Vim -elif command -v vim > /dev/null +if command -v vim > /dev/null then export EDITOR="vim -f" alias vi=vim