summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc10
1 files changed, 4 insertions, 6 deletions
diff --git a/bashrc b/bashrc
index 6c7c0d5..4d76ca6 100644
--- a/bashrc
+++ b/bashrc
@@ -119,12 +119,9 @@ tjclip () {
echo "$1: $(xclip -o -selection clipboard)." | _tj
}
-# GPG agent settings (https://github.com/hammerheadlemon/YubiKey-Guide)
-# See Replace Agents section
-
-export GPG_TTY="$(tty)"
-#export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
-#gpgconf --launch gpg-agent
+# GPG
+# added this for mutt (https://openports.se/mail/mutt)
+export GPG_TTY=$(tty); eval $(gpg-agent --daemon)
# FZF
export FZF_DEFAULT_COMMAND='ag -g ""'
@@ -136,4 +133,5 @@ export FZF_DEFAULT_OPTS='--color info:108,prompt:109,spinner:108,pointer:168,mar
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
export EDITOR=/usr/local/bin/vim
+export PARINIT="rTbgqR B=.,?_A_a Q=_s>|" # for the filtering program par (check man par)
source ~/perl5/perlbrew/etc/bashrc