fix(bash): rollback short bashrc import

This commit is contained in:
Victor Westerlund 2025-05-15 14:58:39 +02:00
parent 513d743f2f
commit 3c0ed137e6
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -1,5 +1,7 @@
# Import .bashrc for to unfuck login shells
if [ -f ~/.bashrc ] && . ~/.bashrc
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# Export GPG_TTY for signing stuff with gpg
export GPG_TTY=$(tty)