summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-23 12:52:51 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-23 12:52:51 +0200
commit13931556706bf011879417fb0cc420f1b2ce5c72 (patch)
tree3c5d89e149cd795406959378436d101703036e44
parentd4420b75d2acff19c592ef1d2b5c7fc376879b1f (diff)
downloaddotfiles-13931556706bf011879417fb0cc420f1b2ce5c72.tar
dotfiles-13931556706bf011879417fb0cc420f1b2ce5c72.tar.zst
dotfiles-13931556706bf011879417fb0cc420f1b2ce5c72.zip
Add Go Path
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index f738700..57b9f22 100644
--- a/.bashrc
+++ b/.bashrc
@@ -20,6 +20,7 @@ alias wsc='grim -g "$(slurp)" - | wl-copy'
alias wss='grim -g "$(slurp)"'
alias jupy='jupyter notebook'
+GOPATH=$HOME/go
PATH=$PATH:~/bin
PS1='[\u@\h \W]\$ '