From 0596e81720bf238320a7fb5d9ce77a12d07a58d2 Mon Sep 17 00:00:00 2001 From: PAN Date: Sun, 12 Oct 2025 22:28:41 +0200 Subject: [PATCH] =?UTF-8?q?Zeile=20f=C3=BCr=20GRC=20in=20die=20Bashrc=20hi?= =?UTF-8?q?nzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/.bashrc b/files/.bashrc index 52c4570..b363699 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -24,6 +24,8 @@ if [ -d ~/.bashrc.d ]; then fi unset rc +GRC_ALIASES=true +[[ -s "/etc/profile.d/grc.sh" ]] && source /etc/profile.d/grc.sh fastfetch -c ~/.config/fastfetch/fancy.jsonc eval "$(oh-my-posh init bash --config ~/.config/oh-my-posh/montys.omp.json)" export SSH_AUTH_SOCK=~/.var/app/com.bitwarden.desktop/data/.bitwarden-ssh-agent.sock \ No newline at end of file