aliases for some recurrent commands

This commit is contained in:
MorganGeek
2020-07-23 09:20:17 +02:00
parent d5cdbbb7af
commit 1957058cf2
4 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,8 @@ alias ctrl-c='pbcopy'
alias s=ls
alias sl=ll
alias ls='lsd'
alias lsg='ll | grip' # show me files matching "ls grep"
alias lsg='ll | grip' # show me files matching "ls grep"
alias ltr='ls -latr'
alias lh='ls -alt | head' # see the last modified files
alias tree='ls --almost-all --tree -I .git'
alias x='extract'