diff options
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 112c61a..41567a7 100644 --- a/system/.profile +++ b/system/.profile @@ -12,6 +12,7 @@ export PATH="$PATH:$HOME/.cargo/bin" export PATH="$HOME/.nitrile/bin:$PATH" export PATH="$HOME/bin:$PATH" export PATH="$HOME/bin.local:$PATH" +export PATH="$HOME/.local/bin:$PATH" [ -f "/home/camil/.ghcup/env" ] && . "/home/camil/.ghcup/env" |