mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
fix(bash): rollback short bashrc import (#19)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/19
This commit is contained in:
parent
513d743f2f
commit
6b79c5648c
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Import .bashrc for to unfuck login shells
|
# 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 for signing stuff with gpg
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
Loading…
Add table
Reference in a new issue