From 025084f6dc63e2f295accc0e24be214011fc6a92 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 7 Jan 2023 02:51:06 -0500 Subject: [PATCH] Added .local/bin to path --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 8b0380e..49be341 100644 --- a/.bashrc +++ b/.bashrc @@ -105,7 +105,7 @@ fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then - PATH="$HOME/bin:$PATH" + PATH="$HOME/bin:$PATH:$HOME/.local/bin" fi if [ -f ~/.bash-fzfrc ] ; then