Fixed vim alias

Needed to alias vim back out to mvim on OSX
This commit is contained in:
Josh Sherman 2012-07-10 10:54:07 -04:00
parent 8d97a5adce
commit 0257fcafde
2 changed files with 5 additions and 4 deletions

7
bashrc
View file

@ -143,9 +143,10 @@ alias service="sudo service"
# vim
if [ `uname` == "Darwin" ];
then
alias v='mvim -v'
alias vd="mvimdiff -v"
alias vo="mvim -v -O"
alias vim='mvim -v'
alias v='mvim -v'
alias vd="mvimdiff -v"
alias vo="mvim -v -O"
else
alias v="vim"
alias vd="vimdiff"

View file

@ -13,7 +13,7 @@ ln -s $PWD/gitconfig ~/.gitconfig
if [ `uname` == 'Darwin' ];
then
# TODO Installs Homebew
brew install git ssh-copy-id bash-completion macvim multitail nmap tmux wget htop
brew install git ssh-copy-id bash-completion macvim multitail nmap tmux wget htop mysql memcached
# TODO Installs Server stuff (nginx, php53, pear, redis, memcached, what have you)
# Clears out the old .bash_profile