From 40b3a957e9190f48bb6648b880de6ecc92532fcc Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 19 Aug 2021 13:27:25 +0000
Subject: [PATCH] Update dotfiles when shell is opened

---
 all-shells/.commonshell |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/all-shells/.commonshell b/all-shells/.commonshell
index a48c93e..7d53c37 100644
--- a/all-shells/.commonshell
+++ b/all-shells/.commonshell
@@ -36,3 +36,6 @@
 	export DISPLAY=$(ip route | awk '{print $3; exit}'):0
 	export LIBGL_ALWAYS_INDIRECT=1
 fi
+
+# Update dotfiles
+(git -C ~/.dotfiles pull &) &>/dev/null

--
Gitblit v1.9.3