Skip to content

Commit

Permalink
History alias
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbetz committed Sep 29, 2012
1 parent 7b8c07f commit 3333760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell/aliases
Expand Up @@ -23,6 +23,9 @@ alias lal='ls -lah'
alias s='git status -sb $argv; return 0'
alias d='gd $argv'

# Show history
alias history='fc -l 1'

# Ack Aliases
alias ack='ack --pager="less -FRX"'
a() { ack --before-context=10 "$*"; }
Expand Down

0 comments on commit 3333760

Please sign in to comment.