From ec922af58bc038ff069f4e5ced0d3ca90afb1fe3 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 12 Oct 2023 16:28:56 -0400 Subject: [PATCH] ewc pull --- configs/zsh/macros.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/zsh/macros.sh b/configs/zsh/macros.sh index 654924d..82b8706 100644 --- a/configs/zsh/macros.sh +++ b/configs/zsh/macros.sh @@ -14,6 +14,7 @@ alias sheridan-rdp='firefox --new-window "ext+container:name=College&url=https:/ alias git-diff-nvim="git diff | nvim -R -d -c 'set filetype=diff' -" alias yk-totp="ykman oath accounts code" alias flush-dns-cache="sudo systemd-resolve --flush-caches" +alias ewconfig-pull="cd ~/.config/ewconfig; git pull" # WHOIS macros alias whois-afrinic="whois -h whois.afrinic.net"