From e716e82c345a0285b9581a621703545f5e66db25 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 27 Dec 2022 19:27:17 -0500 Subject: [PATCH] Update '.bashrc' --- .bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index b3bcbab..f495411 100644 --- a/.bashrc +++ b/.bashrc @@ -112,6 +112,4 @@ if [ -f ~/.bash-fzfrc ] ; then . ~/.bash-fzfrc fi -if [ -f ~/git/dotfiles ] ; then - (cd ~/git/dotfiles && git pull) -fi +bash ~/git/dotfiles/pull.sh