From 29db745198128ebff3305794dec4c8f6c2a529bf Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 13 Dec 2021 15:12:56 +0100 Subject: Add nitrile to path --- system/.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/.profile b/system/.profile index 464c47b..85c7944 100644 --- a/system/.profile +++ b/system/.profile @@ -13,6 +13,7 @@ export PATH="$PATH:$HOME/.composer/vendor/bin" export PATH="$PATH:$HOME/.cabal/bin" export PATH="$PATH:$HOME/.cargo/bin" export PATH="$PATH:$CLEAN_HOME/bin" +export PATH="$HOME/.nitrile/bin:$PATH" export PATH="$HOME/bin:$PATH" export PATH="$HOME/bin.local:$PATH" -- cgit v1.2.3