From 3b677f88ea72e8fe6a5075c3ad0de23f095b50bf Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 3 Aug 2022 15:24:10 +0200 Subject: Just add ~/.local/bin to $PATH in Bash --- .bashrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 0d169b6..dbb36d5 100644 --- a/.bashrc +++ b/.bashrc @@ -28,10 +28,9 @@ alias ikhal="ikhal; clear" alias news="newsboat" -# extend PATH with my private and public scripts (location based on XDG) +# extend PATH by custom scripts (location based on XDG) # https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html -PATH=$PATH:~/.local/bin/private -PATH=$PATH:~/.local/bin/public +PATH=~/.local/bin:$PATH parse_git_branch() { -- cgit v1.2.3-70-g09d2