diff --git a/.bash_aliases b/.bash_aliases index a96f051..8b72b77 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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