From f761de2510b1857b5ec7a03306723cb964850baa 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