diff options
author | Camil Staps | 2021-12-13 15:12:56 +0100 |
---|---|---|
committer | Camil Staps | 2021-12-13 15:12:56 +0100 |
commit | 29db745198128ebff3305794dec4c8f6c2a529bf (patch) | |
tree | 43f5ab1c0e0f920953a59d6f2a0f6c90d2d3e0c1 /system | |
parent | Move vim spellfiles to nvim location; add english words (diff) |
Add nitrile to path
Diffstat (limited to 'system')
-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" |