From 5b9dc4b04bd137f6a8e861e33c280ac58cdba716 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Fri, 17 May 2019 19:04:20 +1000 Subject: [PATCH] add golang to path --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7c44adc..c14be69 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,8 @@ # Path to oh-my-zsh installation export ZSH=/home/andrew/.oh-my-zsh +export GOPATH=$HOME/.golang +export PATH=$GOPATH:$GOPATH/bin:$PATH +export PATH=$HOME/scripts:$PATH # --- # Keybinds -- 2.49.0