diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-03 20:16:39 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-03 20:16:39 +0100 |
commit | e9261250c1b4dcd9d99082db3ea505d8896e53da (patch) | |
tree | 266285bc48ce22f01ba308d9e6eb912b79ce940d /bashrc | |
parent | 59476ba7af339b1ba6831d50c6df1be968d3331c (diff) |
Installed go so here we add it to PATH
Diffstat (limited to '')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |