Zeile für GRC in die Bashrc hinzugefügt.

This commit is contained in:
PAN
2025-10-12 22:28:41 +02:00
parent aff9756ab2
commit 0596e81720

View File

@@ -24,6 +24,8 @@ if [ -d ~/.bashrc.d ]; then
fi fi
unset rc unset rc
GRC_ALIASES=true
[[ -s "/etc/profile.d/grc.sh" ]] && source /etc/profile.d/grc.sh
fastfetch -c ~/.config/fastfetch/fancy.jsonc fastfetch -c ~/.config/fastfetch/fancy.jsonc
eval "$(oh-my-posh init bash --config ~/.config/oh-my-posh/montys.omp.json)" 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 export SSH_AUTH_SOCK=~/.var/app/com.bitwarden.desktop/data/.bitwarden-ssh-agent.sock