From 80a61117b166a5af35a2930da70758d831cc9e65 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 17 Dec 2019 14:42:34 -0800 Subject: [PATCH] Add ~/go/bin to bash path --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 56d94f9..38e21f0 100644 --- a/bashrc +++ b/bashrc @@ -17,6 +17,7 @@ source-file ~/.bash/environment source-file ~/.bash/prompt source-file ~/.bash/ensure-ssh-agent source-file ~/opt/bash/env +source-file ~/go/bin unset -f source-file