From 80454ee3164a14f54c9d376a470a662c1f69bfee Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Fri, 3 May 2019 13:24:35 -0600 Subject: [PATCH] added gopath/bin to PATH --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index ef31b22..7dea3ca 100644 --- a/bashrc +++ b/bashrc @@ -13,12 +13,12 @@ if [[ $- != *i* ]] ; then fi #Shell Variables -PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:" export EDITOR=vim export PAGER=less export LIBVA_DRIVER_NAME=vdpau export BROWSER=firefox-developer export GOPATH="/home/ewpt3ch/go" +PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}/bin:${PATH}:./:" #Create dirs for things that won't themselves mkdir -p /tmp/ewpt3ch-cache/chrome