From 77d0966b88647c68bebff9979d501cc0240dbd5d Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Wed, 29 Mar 2023 12:04:14 -0400 Subject: [PATCH] Update default path --- ctx/home/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/ctx/home/.bashrc b/ctx/home/.bashrc index e046e4e..d77dc70 100644 --- a/ctx/home/.bashrc +++ b/ctx/home/.bashrc @@ -5,3 +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