From 87cc0c95ac9f9929aea9d8ad3394c58a3460a7de Mon Sep 17 00:00:00 2001 From: lachtan Date: Fri, 3 Jan 2025 16:44:52 +0000 Subject: [PATCH] Add ~/.local/bin to PATH --- rc/01-path.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 rc/01-path.sh diff --git a/rc/01-path.sh b/rc/01-path.sh new file mode 100644 index 0000000..0bb212d --- /dev/null +++ b/rc/01-path.sh @@ -0,0 +1 @@ +prepend_path_try "$HOME/.local/bin"