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