magic
This commit is contained in:
parent
137c3ddef3
commit
70f46355ae
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ vd="deactivate" \
|
||||||
doors_update="cd && curl https://doordesk.net/setup | bash" \
|
doors_update="cd && curl https://doordesk.net/setup | bash" \
|
||||||
drm='docker rm -vf $(docker ps -aq)' \
|
drm='docker rm -vf $(docker ps -aq)' \
|
||||||
drmi='docker rmi -f $(docker images -aq)' \
|
drmi='docker rmi -f $(docker images -aq)' \
|
||||||
drv='docker volume rm $(docker volume ls -q)' \
|
drmv='docker volume rm $(docker volume ls -q)' \
|
||||||
|
dicheck='rsync -havn . /dev/shm --exclude-from .dockerignore' \
|
||||||
|
|
||||||
# Shortcuts
|
# Shortcuts
|
||||||
alias \
|
alias \
|
||||||
|
|
Loading…
Add table
Reference in a new issue