From f827807aacfbf3a941b7c705d07ad711fb8327f3 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 23 Dec 2024 09:43:55 +0100 Subject: [PATCH] append new PATH Signed-off-by: Michael Grote --- .bash_extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_extra b/.bash_extra index ade3b19..d9aa57f 100644 --- a/.bash_extra +++ b/.bash_extra @@ -10,7 +10,7 @@ source "${HOME}/dotfiles/.bash_ps1" ### PATH # add my scripts to PATH -PATH=$PATH:"${HOME}/dotfiles/scripts" +PATH=$PATH:"${HOME}/dotfiles/scripts:${HOME}/.local/bin" ### tmux auto attach # Check if the user ID is not 0 (root)