mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-14 03:03:42 +02:00
fix: shortened bashrc import
This commit is contained in:
parent
4701779ec5
commit
5201397890
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue