]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bash_profile
Set horizontal scrolling off
[max/dotfiles.git] / bash / .bash_profile
index 8aa3b2f89f68e3ac5ab06cdb64c2b3f313f59053..d1982c4e1314cba6d6a61c99f3b2a9970cc11c4e 100644 (file)
@@ -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"