summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-03 20:16:39 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-03 20:16:39 +0100
commite9261250c1b4dcd9d99082db3ea505d8896e53da (patch)
tree266285bc48ce22f01ba308d9e6eb912b79ce940d /bashrc
parent59476ba7af339b1ba6831d50c6df1be968d3331c (diff)
Installed go so here we add it to PATH
Diffstat (limited to '')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index b9b5488..a8e3d63 100644
--- a/bashrc
+++ b/bashrc
@@ -255,3 +255,4 @@ append_to_masterlist() {
# Setting PATH
export PATH=~/bin/:$PATH
export PATH=~/.local/bin/:$PATH
+export PATH=$PATH:/usr/local/go/bin