add docker kill alias
This commit is contained in:
parent
df8d8c69fb
commit
4e3880ea7d
1 changed files with 3 additions and 1 deletions
|
|
@ -19,11 +19,13 @@ alias gdc='git diff --color'
|
|||
alias gst='git status'
|
||||
alias grp='git remote prune origin'
|
||||
|
||||
# Docker
|
||||
alias dockerkillall='docker kill $(docker ps -q)'
|
||||
|
||||
# export standard terminal for remote connections
|
||||
#alias ssh='export TERM=xterm && ssh'
|
||||
|
||||
alias hexdump='hexdump -c'
|
||||
|
||||
alias pwgen='pwgen -B -s'
|
||||
|
||||
# open multiple files in tabs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue