Skip to content

Commit

Permalink
[bash] Bunch of useful aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Apr 29, 2012
1 parent 5fe4463 commit a6da69a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bash/aliases
@@ -0,0 +1,10 @@
#!/bin/sh
alias ".."="cd .."

alias ll="ls -l"
alias l=ll

alias gc="git commit -v"

alias ":q"="exit"
alias ":e"="vim"

0 comments on commit a6da69a

Please sign in to comment.