From 9e9e3374dc0a61c728d3bfd2e63be19f64b19de8 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 9 Jun 2023 08:47:18 -0500 Subject: [PATCH] update viv alias --- home/private_dot_config/zsh/conf.d/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_config/zsh/conf.d/aliases.zsh b/home/private_dot_config/zsh/conf.d/aliases.zsh index e69c797..b8b1cdd 100644 --- a/home/private_dot_config/zsh/conf.d/aliases.zsh +++ b/home/private_dot_config/zsh/conf.d/aliases.zsh @@ -40,5 +40,5 @@ alias today="date +'%Y-%m-%d'" alias dots-drop='chezmoi forget --interactive $(chezmoi managed -p absolute | fzf)' alias dots-add='chezmoi re-add --interactive' -alias viv-remote='python3 <(curl -fsSL gh.dayl.in/viv/viv.py)' +alias viv-remote='python3 <(curl -fsSL viv.dayl.in/viv.py)' alias viv-dev='python3 <(curl -fsSL https://raw.githubusercontent.com/daylinmorgan/viv/dev/src/viv/viv.py)'