Removing bad alias that screws over sending flags to "history"

This commit is contained in:
Steven Lu 2013-07-09 21:21:28 +00:00
commit 2bf772118b

View file

@ -13,7 +13,7 @@ alias please='sudo'
#alias g='grep -in' #alias g='grep -in'
# Show history # Show history
alias history='fc -l 1' # alias history='fc -l 1'
# List direcory contents # List direcory contents
alias lsa='ls -lah' alias lsa='ls -lah'