diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |