This commit is contained in:
Torgny Bjers 2014-06-05 17:44:43 +00:00
commit 9df418a384

View file

@ -3,12 +3,8 @@
# #
# ls, the common ones I use a lot shortened for rapid fire usage # ls, the common ones I use a lot shortened for rapid fire usage
alias ls='ls --color' #I like color
alias l='ls -lFh' #size,show type,human readable
alias la='ls -lAFh' #long list,show almost all,show type,human readable
alias lr='ls -tRFh' #sorted by date,recursive,show type,human readable alias lr='ls -tRFh' #sorted by date,recursive,show type,human readable
alias lt='ls -ltFh' #long list,sorted by date,show type,human readable alias lt='ls -ltFh' #long list,sorted by date,show type,human readable
alias ll='ls -l' #long list
alias ldot='ls -ld .*' alias ldot='ls -ld .*'
alias lS='ls -1FSsh' alias lS='ls -1FSsh'
alias lart='ls -1Fcart' alias lart='ls -1Fcart'