diff options
author | Camil Staps | 2023-03-06 10:18:27 +0100 |
---|---|---|
committer | Camil Staps | 2023-03-06 10:18:27 +0100 |
commit | 7ed08e28ed6c1e446168cb9a46dbd8ab9f988a27 (patch) | |
tree | c5c7963a7970d86d51885cdf141c5f8a080b8dbc /system/.profile | |
parent | Use suspend-then-hibernate instead of suspend (diff) |
Add ~/.local/bin to path, e.g. for pipx
Diffstat (limited to 'system/.profile')
-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" |