From 6a5f7f4d855bc51e3eb4510ad1fedcdbd2cab1df Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 13 Sep 2024 15:07:49 +0200 Subject: [PATCH] Install global `bash` profiles globally --- scripts/Common/Software/bash/main.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/Software/bash/main.fish b/scripts/Common/Software/bash/main.fish index cfc4eca1..9b51bec5 100755 --- a/scripts/Common/Software/bash/main.fish +++ b/scripts/Common/Software/bash/main.fish @@ -12,7 +12,7 @@ begin "do" \ 'source "$file";' \ 'done < <(find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null);' - end | sudo tee -a /etc/skel/.bashrc &> /dev/null + end | sudo tee -a /etc/bash.bashrc &> /dev/null end runInstaller $argv