From cb0201080c30397ae3dba38238ab2c9061bcd60b Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 18 May 2026 11:39:53 +0200 Subject: add git pull to journal alias --- zsh/work.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/work.zsh b/zsh/work.zsh index 2230a9b..a62daa2 100644 --- a/zsh/work.zsh +++ b/zsh/work.zsh @@ -2,4 +2,4 @@ source ~/.config/zsh/utils.zsh source ~/.config/zsh/pnpm.zsh source /usr/share/nvm/init-nvm.sh -alias jr='cd ~/projects/notes && nvim journal.md' +alias jr='cd ~/projects/notes && git pull && nvim journal.md' -- cgit v1.3.1