diff --git a/config/fish/.bash_profile b/config/fish/.bash_profile index 90e8048..a847b43 100644 --- a/config/fish/.bash_profile +++ b/config/fish/.bash_profile @@ -10,7 +10,5 @@ command -v nvim >/dev/null 2>&1 && { export VISUAL=nvim } -export GPG_TTY=$(tty) - [ -f "$HOME/.profile" ] && . "$HOME/.profile" [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" diff --git a/config/fish/.config/fish/prev.d/env.fish b/config/fish/.config/fish/prev.d/env.fish index 8fc3c08..2440544 100644 --- a/config/fish/.config/fish/prev.d/env.fish +++ b/config/fish/.config/fish/prev.d/env.fish @@ -8,4 +8,6 @@ fish_add_path $HOME/go/bin if type -q bat set -x -g MANPAGER "sh -c 'col -bx | bat -l man -p'" set -x -g MANROFFOPT -c -end \ No newline at end of file +end + +set -x -g GPG_TTY $(tty) \ No newline at end of file