From bf23eb19ec813e5ec33ed9b7e8abf768acad6a05 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 7 Jan 2023 03:16:13 -0500 Subject: [PATCH] Fixed call to pull.sh --- .profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index a80a239..669be4c 100644 --- a/.profile +++ b/.profile @@ -1,2 +1,5 @@ . ~/.bashrc -bash ~/git/dotfiles/pull.sh \ No newline at end of file + +if [ -d ~/git/dotfiles ] ; then + bash ~/git/dotfiles/pull.sh +fi