Skip to content

Commit

Permalink
aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lopez committed Feb 16, 2013
0 parents commit df21718
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions aliases
@@ -0,0 +1,18 @@
# general
alias cl="clear"
alias tm="tmux"

# git aliases
alias gs='git status'
alias gd='git diff'
alias ga='git add'
alias gl='git log --pretty=format:"%h%x09%an%x09%ad%x09%s"'
alias glg='git log --decorate --graph --oneline'

# file system
alias ll="ls -lGa"
alias l="ll"

# apps
alias vg="vagrant"
alias be="bundle exec"

0 comments on commit df21718

Please sign in to comment.