summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-01 08:20:10 +0300
committerThanosApollo <[email protected]>2022-10-01 08:20:10 +0300
commitcb267596e596bb927e9af6d1393742c1e7f5ff71 (patch)
tree3b489c57fd1a9f1b157f23d7ae9543d1015e39a2
parent90cb8bbb96a65d222d49602954dc8116fb2f0c81 (diff)
Add gopath
-rw-r--r--.zprofile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 4c7d62b..de0c7c5 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,4 +1,5 @@
export EDITOR="emacs"
export TERMINAL="alacritty"
export BROWSER="usr/bin/qutebrowser"
-export QT_QPA_PLATFORMTHEME="qt5ct"
+export QT_QPA_PLATFORMTHEME="qt5ct"
+export GOPATH="~/Developer/go"