From 513d743f2f337d88b0ecd877224783a852e8e851 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 14 May 2025 13:38:41 +0000 Subject: [PATCH] fix(bash): shortened .bashrc import (#18) Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/18 --- .bash_profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.bash_profile b/.bash_profile index 4abf93b..fc1cad9 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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)