From 1665057eaecdf514afb9365e0763c3b9c687863a Mon Sep 17 00:00:00 2001 From: Thuan Pham Date: Sun, 17 Oct 2021 21:39:03 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Efix(zsh):=20rename=20repo=20zet=20n?= =?UTF-8?q?ote=20=E2=86=92=20thuanpham2311/garden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/functions/crontab15m.zsh | 2 +- zsh/functions/gitConfig.zsh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zsh/functions/crontab15m.zsh b/zsh/functions/crontab15m.zsh index a06d2c4d..eaebb9c8 100644 --- a/zsh/functions/crontab15m.zsh +++ b/zsh/functions/crontab15m.zsh @@ -3,4 +3,4 @@ source ~/dotfiles/zsh/zshrc glnote ; ghnote -glzet ; ghzet +glgarden ; ghgarden diff --git a/zsh/functions/gitConfig.zsh b/zsh/functions/gitConfig.zsh index b2c1541c..a68fbd7c 100644 --- a/zsh/functions/gitConfig.zsh +++ b/zsh/functions/gitConfig.zsh @@ -39,12 +39,12 @@ alias ghok='cd ~/sync/ok ; ok ; cd -' alias glnote='cd ~/sync/note ; pull ; cd -' alias ghnote='cd ~/sync/note ; ok ; cd -' -alias glzet='cd ~/.local/share/zet/ ; ok ; cd -' +alias glgarden='cd ~/.local/share/garden/ ; ok ; cd -' -function ghzet () { - cp -r ~/sync/note/zet_publish ~/.local/share/zet/ - cp ~/sync/note/README.md ~/.local/share/zet/ - cd ~/.local/share/zet/ +function ghgarden () { + cp -r ~/sync/note/publish ~/.local/share/garden/ + cp ~/sync/note/README.md ~/.local/share/garden/ + cd ~/.local/share/garden/ ok cd - }