From 32c196e628dc171c813b5a6bade3e3fdbe88a3d7 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Wed, 19 Jun 2024 07:16:05 -0500 Subject: [PATCH] update.sh: track fuzzel/bashrc, comment shell aliases --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 803d060..e8b6603 100755 --- a/update.sh +++ b/update.sh @@ -8,7 +8,10 @@ set -u # array of files/dirs [relative to home] to include DOTS=( + '.bashrc' + # '.shell_aliases' # needs cleaned up first '.vimrc' + '.config/fuzzel' '.config/nvim/init.vim' '.config/nvim/coc-settings.json' '.config/autostart-i3ipc.yml'