fix(bash): shortened .bashrc import (#18)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/18
This commit is contained in:
Victor Westerlund 2025-05-14 13:38:41 +00:00
parent 4701779ec5
commit 513d743f2f

View file

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