fix: maybe fix gpg
parent
ed425280e0
commit
e600bc7e46
|
@ -1,6 +1,6 @@
|
||||||
fileignoreconfig:
|
fileignoreconfig:
|
||||||
- filename: fedora/.bashrc
|
- filename: fedora/.bashrc
|
||||||
checksum: 88abdbaa0680340a0344c159580fdf0b322664904a10ed97b08464e7f14a5755
|
checksum: 0a90a2721c33fbb33af84153aee0460b900aec3e039c93ba3acba6550caa9710
|
||||||
- filename: fedora/.bashrc.d/.bash_aliases
|
- filename: fedora/.bashrc.d/.bash_aliases
|
||||||
checksum: 708ba03bee8171b1266d26b745675ef631602ba1ddf905c48f1de1930f05e793
|
checksum: 708ba03bee8171b1266d26b745675ef631602ba1ddf905c48f1de1930f05e793
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
|
|
|
@ -23,7 +23,7 @@ if [ -f "$HOME"/.bashrc.d/.bash_aliases ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
export GPG_TTY=/dev/pts/2
|
export GPG_TTY=$(tty)
|
||||||
export DOTNET_ROOT=$HOME/.dotnet
|
export DOTNET_ROOT=$HOME/.dotnet
|
||||||
|
|
||||||
if which hx >/dev/null 2>&1; then
|
if which hx >/dev/null 2>&1; then
|
||||||
|
|
Loading…
Reference in New Issue