slight tweaks to prompt/theme, and modified alias file to add a few new directory (ls) command options

This commit is contained in:
Jocelyn Mallon 2011-10-04 19:52:05 -07:00
commit 06a077e570
2 changed files with 7 additions and 8 deletions

View file

@ -9,16 +9,15 @@ alias -- -='cd -'
# Super user
alias _='sudo'
#alias g='grep -in'
# Show history
alias history='fc -l 1'
# List direcory contents
alias lsa='ls -lah'
alias l='ls -la'
alias lla='ls -lah'
alias la='ls -la'
alias ll='ls -l'
alias sl=ls # often screw this up
alias llh='ls -hl'
alias lt='ls -lrthF'
#alias sl=ls # often screw this up
alias afind='ack-grep -il'