aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-21 19:55:24 +0200
committerCharles <sircharlesaze@gmail.com>2019-10-21 19:55:24 +0200
commitf83b1d7b530ebcc61bdd288bee08156124be6652 (patch)
treebc9ecba63241407aec68daf14c4336fa9faf9074 /.profile
parent466c8a6b31a98a461b250743718084d79f67f640 (diff)
downloaddotfiles-f83b1d7b530ebcc61bdd288bee08156124be6652.tar.gz
dotfiles-f83b1d7b530ebcc61bdd288bee08156124be6652.tar.bz2
dotfiles-f83b1d7b530ebcc61bdd288bee08156124be6652.zip
added go conf
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
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