X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=d1982c4e1314cba6d6a61c99f3b2a9970cc11c4e;hb=294d1ee3bc8dd0a60128109e34a9d184944af651;hp=8aa3b2f89f68e3ac5ab06cdb64c2b3f313f59053;hpb=f380f882dc2e3d4683b095b1354dcdcb11944c0d;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"