diff options
-rw-r--r-- | system/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
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" |