View Single Post
  #4   (View Single Post)  
Old 27th December 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

I use aliases in .cshrc, since I almost always use shells/tcsh as my "default" shell.

These all in my .cshrc :
Code:
alias mutt      mutt -z
alias df        df -h
alias du        du -k
alias f         finger
alias h         'history -r | more'
alias j         jobs -l
alias la        ls -a
alias lf        ls -F
alias lh        ls -lh
alias lr        ls -lhtr
Reply With Quote