Reverted SSH agent settings in rc, added some ls aliases

This commit is contained in:
2019-02-11 15:46:34 -05:00
parent 00010931e2
commit 9988fe1f58
2 changed files with 3 additions and 25 deletions

View File

@@ -17,8 +17,10 @@ alias h='history | grep'
alias l='ls -CF' # list with Columns
alias la='ls -CFA' # l with . and ..
alias ll='ls -l' # long list
alias lla='ls -al' # ll with . and ..
alias lla='ls -al' # ll with . and ..
alias ls='ls -hF --color=tty' # classify files in colour
alias lls='ls -lh --sort=size --reverse'
alias llt='ls -l -t -r'
# Extras
alias ping='ping -c 5' # Stop pinging after 5 pings