From 7d569e165e2c958414fabc82fe08a23d79adb0e8 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 13 Apr 2016 16:31:10 +0300 Subject: [PATCH] rc/profile: update forgotten PATH --- rc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/profile b/rc/profile index f4ed138e..e6cca59c 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:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH +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 # Add RubyGems to PATH if hash ruby 2>/dev/null; then