X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/14623136f33d4fde264e0abab8857f4888cc12b4..34b2ca15938161a91e1c7ef32c35c47d75e3582e:/.profile

diff --git a/.profile b/.profile
index 3ceec12..50cf3db 100644
--- a/.profile
+++ b/.profile
@@ -1,8 +1,11 @@
 export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
+export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc
 
-export VISUAL="emacsclient -c"
+export EDITOR="emacsclient -nw"
+export VISUAL="emcl"
 
 export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH"
+export GOPATH="$HOME/src/go"
 
 export XDG_CONFIG_HOME="$HOME/.config"
 export XDG_DATA_HOME="$HOME/.local/share"