From 77bcf98c5641412f640de937294ab94b0b0522ad Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 05 Oct 2021 02:45:37 +0000 Subject: [PATCH] Merge branch 'master' of https://github.com/Chizi123/dotfiles --- all-shells/.commonshell | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/all-shells/.commonshell b/all-shells/.commonshell index c11cc45..ab9ea20 100644 --- a/all-shells/.commonshell +++ b/all-shells/.commonshell @@ -30,3 +30,7 @@ export PATH=$PATH:~/.local/bin [ -r /usr/bin/ruby ] && PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin" [ -d ~/.cargo ] && PATH="$PATH:$HOME/.cargo/bin" + +# Update dotfiles +(git -C ~/.dotfiles pull &) &>/dev/null +[ -d ~/.emacs.d ] && (git -C ~/.emacs.d pull &) &>/dev/null -- Gitblit v1.9.3