diff --git a/.bash_profile b/.bash_profile index 983fcc6..520020e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,5 +4,7 @@ alias push='git push origin master' alias a='git add' alias cm='git commit -m ' +export PATH=$PATH:/c/Program\ Files\ \(x86\)/vim/vim74 + set -o vi set completion-ignore-case on