[fish] Some Docker cleanup aliases.

This commit is contained in:
Sebastian Schulze 2016-05-30 15:28:26 +02:00
parent f3c9bd1251
commit 7c03631bc1
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ alias vim $EDITOR
alias er "e --eval '(writeroom-mode)'"
alias dvm "cd ~/DevVM; and vagrant ssh -- -A"
alias ssh-yop "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
alias docker-rm-stopped "docker rm (docker ps -a -q)"
alias docker-rm-dangling "docker rmi (docker images -q -f dangling=true)"
# Manually switch HIDPI
function scale