aliases for some recurrent commands
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user