From 8c169551ebddd703e2fd3ccc2c68940e423b21e0 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:08:29 -0400 Subject: [PATCH] mv doors update --- bin/doorsupdate | 3 +++ configs/shell/zsh/.zshrc | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 bin/doorsupdate 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)' \