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 - }