X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/d99f86cd913e15a2dc5792ca382fb5d4b2abeb7b..30fb8bd63785673250157c4cad4a7e2a7da777ca:/.profile

diff --git a/.profile b/.profile
index 3d0b45c..50cf3db 100644
--- a/.profile
+++ b/.profile
@@ -1,6 +1,11 @@
-export VISUAL="emacsclient -c"
+export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
+export SCREENRC="$XDG_CONFIG_HOME"/screen/screenrc
+
+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"