X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=6b6f965a718ab435c13c1b9687db65cf20b058e5;hb=6fe8ab703b538aa770d8b121c54b49c44e035b18;hp=106bfe29d732ce376ed82e82591887aafe46becc;hpb=4dab4227eb99de955abb492e2569da3f56e4afcb;p=max%2Fdotfiles.git diff --git a/bash/.bash_profile b/bash/.bash_profile index 106bfe2..6b6f965 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,5 +1,5 @@ -export EDITOR="/usr/bin/vim" -export PAGER="/usr/bin/less" +export EDITOR="emc" +export PAGER="/usr/bin/less -R" export PATH="/home/max/.local/bin:${PATH}" if [ -n "$BASH_VERSION" ]; then @@ -15,5 +15,6 @@ fi export TMPDIR="/home/max/.local/tmp" -gpg-agent --daemon --enable-ssh-support \ - --write-env-file "${HOME}/.gpg-agent-info" +gpg-agent --daemon + +export GPG_AGENT_INFO="${GNUPGHOME:-${HOME}/.gnupg}/S.gpg-agent:-1:1"