From eca88eb44aaf4ea6f4b04142dad31dc83394f6f2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 13 Apr 2016 16:40:28 +0300 Subject: [PATCH] rc/profile: use /snap/bin as the last The snaps don't seem to be so functional yet and if they aren't found before /snap/bin, that one is used. --- rc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/profile b/rc/profile index e6cca59c..d01383a1 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/.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:/snap/bin:$PATH # Add RubyGems to PATH if hash ruby 2>/dev/null; then