update viv alias
This commit is contained in:
parent
0fb90a48a4
commit
9e9e3374dc
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ alias today="date +'%Y-%m-%d'"
|
||||||
alias dots-drop='chezmoi forget --interactive $(chezmoi managed -p absolute | fzf)'
|
alias dots-drop='chezmoi forget --interactive $(chezmoi managed -p absolute | fzf)'
|
||||||
alias dots-add='chezmoi re-add --interactive'
|
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)'
|
alias viv-dev='python3 <(curl -fsSL https://raw.githubusercontent.com/daylinmorgan/viv/dev/src/viv/viv.py)'
|
||||||
|
|
Loading…
Reference in a new issue