summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile5
1 files changed, 2 insertions, 3 deletions
diff --git a/.profile b/.profile
index b83fc4f..29b7203 100644
--- a/.profile
+++ b/.profile
@@ -13,8 +13,7 @@ if [ -f "$HOME/.config/$(hostname).profile" ]; then
. "$HOME/.config/$(hostname).profile"
fi
-export EDITOR="emacsclient -nw"
-export VISUAL="emcl"
+export EDITOR=vim
export GPG_TTY=$(tty)
PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
@@ -46,7 +45,7 @@ export MAILDIR="$HOME/mail"
export CVS_RSH="ssh"
if [ -x "$(command -v go)" ]; then
- export GOPATH="$HOME/src/go"
+ export GOPATH="$HOME/.local/share/go"
export PATH="$GOPATH/bin:$PATH"
fi