From 5ea12203a62f8de2955a67013cc7884037f488a4 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Wed, 8 Nov 2023 11:41:37 -0500 Subject: [PATCH] use ~/.local/bin as local path --- ctx/home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctx/home/.profile b/ctx/home/.profile index d77dc70..0938646 100644 --- a/ctx/home/.profile +++ b/ctx/home/.profile @@ -5,4 +5,4 @@ export PAGER=less export LESS=RX # R for ANSI color sequences, X to not clear screen on exit export TMPDIR=/var/tmp export PS1="\w $ " -export PATH=${PATH}:~/bin +export PATH=${PATH}:~/.local/bin