fix: maybe fix gpg

main
CrimsonTome 2023-02-26 05:54:37 +00:00 committed by Rowan Clark
parent ed425280e0
commit e600bc7e46
No known key found for this signature in database
GPG Key ID: F620D51904044094
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
fileignoreconfig:
- filename: fedora/.bashrc
checksum: 88abdbaa0680340a0344c159580fdf0b322664904a10ed97b08464e7f14a5755
checksum: 0a90a2721c33fbb33af84153aee0460b900aec3e039c93ba3acba6550caa9710
- filename: fedora/.bashrc.d/.bash_aliases
checksum: 708ba03bee8171b1266d26b745675ef631602ba1ddf905c48f1de1930f05e793
version: "1.0"

View File

@ -23,7 +23,7 @@ if [ -f "$HOME"/.bashrc.d/.bash_aliases ] ; then
fi
eval "$(starship init bash)"
export GPG_TTY=/dev/pts/2
export GPG_TTY=$(tty)
export DOTNET_ROOT=$HOME/.dotnet
if which hx >/dev/null 2>&1; then