aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
authorCamil Staps2021-12-13 15:12:56 +0100
committerCamil Staps2021-12-13 15:12:56 +0100
commit29db745198128ebff3305794dec4c8f6c2a529bf (patch)
tree43f5ab1c0e0f920953a59d6f2a0f6c90d2d3e0c1 /system/.profile
parentMove vim spellfiles to nvim location; add english words (diff)
Add nitrile to path
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile1
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"