From eae5d3af6e6985aeed2819bd1744a6fb6b329fff Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 4 Nov 2023 12:40:55 -0400 Subject: [PATCH] vault backup: 2023-11-04 12:40:55 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index c912d75..bb3b85b 100644 --- a/.bashrc +++ b/.bashrc @@ -114,7 +114,7 @@ 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 cj='cd ~/storage/shared/Documents/journal/' -alias jr='cd ~/storage/shared/Documents/journal/ && git pull && vc && git push && cd -' +alias jr='cd ~/storage/shared/Documents/journal/ && git pull && vc && 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: