From 8a8a686110cc7f69ae372dd49e37e35d6a522acb Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 18 Sep 2018 21:07:55 +0300 Subject: [PATCH] also update PATH in rc/profile --- rc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/profile b/rc/profile index fc7d1cbd..a64f124d 100644 --- a/rc/profile +++ b/rc/profile @@ -1,5 +1,5 @@ # Set PATH properly -PATH=$HOME/.local/bin:$HOME/.local/sbin:$HOME/.local/games:$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin:$HOME/.linuxbrew/games:$HOME/bin:$HOME/sbin:$HOME/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH +PATH=$HOME/.local/bin:$HOME/bin:$HOME/go/bin:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH # Add RubyGems to PATH if hash ruby 2>/dev/null; then