From e4d9373f1f65c2726520a524e489fc567c120441 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 8 May 2023 11:48:10 -0400 Subject: [PATCH] aliases to push pull obsidian repos --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 09e5e9d..3bf9e77 100644 --- a/.bashrc +++ b/.bashrc @@ -107,6 +107,8 @@ alias gr='git reset HEAD' alias gc='git commit -v' alias gd='git difftool' alias gl='git log --graph --oneline --format="%C(yellow)%h %C(green)%an%Creset %C(blue)%ad%Creset %s"' +alias jr='cd ~/storage/shared/Documents/journal/ && git pull && git push && cd -' +alias hc='cd ~/storage/shared/Documents/hc_notes/ && git pull && git push && cd -' # Add an "alert" alias for long running commands. Use like so: # sleep 10; alert