From 7ed08e28ed6c1e446168cb9a46dbd8ab9f988a27 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 6 Mar 2023 10:18:27 +0100 Subject: Add ~/.local/bin to path, e.g. for pipx --- system/.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'system/.profile') 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" -- cgit v1.2.3