terraform tools, git aliases, ctrl-c in cli, ...
This commit is contained in:
@ -120,12 +120,12 @@ alias rm='gomi'
|
||||
alias df='df -H'
|
||||
alias diff='colordiff --side-by-side --ignore-space-change --width=200 --suppress-common-lines --recursive'
|
||||
alias du='ncdu --color dark -rr -x --exclude .git --exclude node_modules'
|
||||
alias ctrl-c='pbcopy'
|
||||
alias s=ls
|
||||
alias sl=ll
|
||||
alias ls='lsd'
|
||||
alias lsg='ll | grep -i' # show me files matching "ls grep"
|
||||
alias lh='ls -alt | head' # see the last modified files
|
||||
|
||||
alias tree='ls --almost-all --tree'
|
||||
alias v=vi
|
||||
alias x='extract'
|
||||
|
Reference in New Issue
Block a user