From 4779acb056bafd13c5a99ab9b94d753fe98b5bc8 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Fri, 3 May 2024 22:53:03 +0800 Subject: [PATCH] Include ~/scripts folder in $PATH. --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index 141a601..12b5184 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -31,3 +31,4 @@ export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" +export PATH="$PATH:$HOME/scripts" -- 2.39.2