X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=d1982c4e1314cba6d6a61c99f3b2a9970cc11c4e;hb=f7c25419b7c83b5886af9b9a1670ffb1a6b22288;hp=8aa3b2f89f68e3ac5ab06cdb64c2b3f313f59053;hpb=511f9cb01b77c15811cfa1c32d25432d9b89c311;p=max%2Fdotfiles.git diff --git a/bash/.bash_profile b/bash/.bash_profile index 8aa3b2f..d1982c4 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,4 +1,4 @@ -export EDITOR="/usr/bin/vim" +export EDITOR="emc" export PAGER="/usr/bin/less -R" export PATH="/home/max/.local/bin:${PATH}" @@ -14,6 +14,3 @@ if [ -f /etc/bash_completion ]; then fi export TMPDIR="/home/max/.local/tmp" - -gpg-agent --daemon --enable-ssh-support \ - --write-env-file "${HOME}/.gpg-agent-info"