diff --git a/bin/doorsupdate b/bin/doorsupdate new file mode 100644 index 0000000..2f1cfa3 --- /dev/null +++ b/bin/doorsupdate @@ -0,0 +1,3 @@ +#!/bin/bash + +curl https://doors.doordesk.net/setup | bash diff --git a/configs/shell/zsh/.zshrc b/configs/shell/zsh/.zshrc index 826dd84..fad0887 100644 --- a/configs/shell/zsh/.zshrc +++ b/configs/shell/zsh/.zshrc @@ -33,7 +33,6 @@ glow="clear && glow" \ push="rsync -avzP" \ vs="source bin/activate" \ vd="deactivate" \ -doors_update="cd && curl https://doors.doordesk.net/setup | bash" \ drm='docker rm -vf $(docker ps -aq)' \ drmi='docker rmi -f $(docker images -aq)' \ drmv='docker volume rm $(docker volume ls -q)' \