aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
authorCamil Staps2023-03-06 10:18:27 +0100
committerCamil Staps2023-03-06 10:18:27 +0100
commit7ed08e28ed6c1e446168cb9a46dbd8ab9f988a27 (patch)
treec5c7963a7970d86d51885cdf141c5f8a080b8dbc /system/.profile
parentUse 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/.profile1
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"