From 9f807be1e478b3adda3ad18190cf545b21e901b8 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 5 May 2019 03:08:28 +0000 Subject: [PATCH] moved gopath infront of path so definition sticks --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index d8938ee..942a70b 100644 --- a/bashrc +++ b/bashrc @@ -13,10 +13,10 @@ if [[ $- != *i* ]] ; then fi #Shell Variables -PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}:${PATH}:./:" +export GOPATH="/home/ewpt3ch/go" +PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}/bin:${PATH}:./:" export EDITOR=nvim export PAGER=less -export GOPATH="/home/ewpt3ch/go" #Create dirs for things that won't themselves mkdir -p /tmp/makepkg