From ad979e694086857b6f24b6ca337e15d5f7eca289 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 26 Aug 2022 22:12:58 +0200 Subject: [PATCH] FEATURE: add user scripts to HeckBashSetup --- bash_profile.d/00_base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_profile.d/00_base.sh b/bash_profile.d/00_base.sh index 53f8f2d..e838245 100644 --- a/bash_profile.d/00_base.sh +++ b/bash_profile.d/00_base.sh @@ -25,6 +25,9 @@ export PATH="$HOME/.cargo/bin:$PATH" #yml2 #export PATH=$PATH:$HOME/src/yml2/ +#The USER scripts (my scripts) :) +export PATH=$PATH:"$HOME/HeckBashSetup/scripts" + export LANG=en_US.UTF-8 export TERM=xterm export EDITOR=vim