From f83b1d7b530ebcc61bdd288bee08156124be6652 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 21 Oct 2019 19:55:24 +0200 Subject: added go conf --- .profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index 7711501..b3a0a28 100644 --- a/.profile +++ b/.profile @@ -1,3 +1,5 @@ if [ -z $TMUX ]; then redshift -c $HOME/.dotfiles/redshift.conf & fi + +export PATH=$PATH:/usr/local/go/bin -- cgit