Skip to content

Commit

Permalink
Make vi and vim aliases do the same thing
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinClowers committed Oct 26, 2013
1 parent 6d021c4 commit c5bc0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_aliases
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

alias vi='mvim -v'
alias vim='mvim'
alias vim='mvim -v'

# ruby
alias z='`[ -e .zeus.sock ] && echo zeus || echo SAD: Zeus is not running 1>&2`'
Expand Down

0 comments on commit c5bc0fa

Please sign in to comment.