mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
fix(bash): shortened .bashrc import (#18)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/18
This commit is contained in:
parent
4701779ec5
commit
513d743f2f
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue