macOS changes

This commit is contained in:
ChrisTitusTech 2020-07-08 22:48:39 -05:00
parent 20678ed3d6
commit 27673fd6cb
2 changed files with 10 additions and 11 deletions

20
aliasrc
View file

@ -28,18 +28,18 @@ export EDITOR=vim
alias pacman-update='sudo pacman-mirrors --geoip'
alias ls='ls --color=auto'
alias ls='ls'
alias ll='ls -l'
# ls, the common ones I use a lot shortened for rapid fire usage
alias l='ls -lFh --color=auto' #size,show type,human readable
alias la='ls -lAFh --color=auto' #long list,show almost all,show type,human readable
alias lr='ls -tRFh --color=auto' #sorted by date,recursive,show type,human readable
alias lt='ls -ltFh --color=auto' #long list,sorted by date,show type,human readable
alias ll='ls -l --color=auto' #long list
alias ldot='ls -ld .* --color=auto'
alias lS='ls -1FSsh --color=auto'
alias lart='ls -1Fcart --color=auto'
alias lrt='ls -1Fcrt --color=auto'
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 lt='ls -ltFh' #long list,sorted by date,show type,human readable
alias ll='ls -l' #long list
alias ldot='ls -ld .*'
alias lS='ls -1FSsh'
alias lart='ls -1Fcart'
alias lrt='ls -1Fcrt'
alias zshrc='${=EDITOR} ~/.zshrc' # Quick access to the ~/.zshrc file