fix: shortened bashrc import

This commit is contained in:
Victor Westerlund 2025-05-14 15:35:59 +02:00
parent 4701779ec5
commit 5201397890
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

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