X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/2446aab5a76e00157c62e13ec06b09370df3519a..8f8d4c3267514d06e27aeb781887d1743d071eec:/.profile?ds=inline

diff --git a/.profile b/.profile
index 7d55dfa..50cf3db 100644
--- a/.profile
+++ b/.profile
@@ -1,9 +1,11 @@
 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"