From c35902e621c89dab66c05bbd008a182d2b5a868a Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 13 Feb 2020 19:05:15 +0300 Subject: [PATCH] bash: PATH: ++bin/hub --- etc/shell/bash/bashrc_linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/shell/bash/bashrc_linux b/etc/shell/bash/bashrc_linux index 8f65551..1b0de4d 100644 --- a/etc/shell/bash/bashrc_linux +++ b/etc/shell/bash/bashrc_linux @@ -3,9 +3,9 @@ path++ $SHELLRC/etc/shell/cw/def PATH path++ $SHELLRC/bin/app:$SHELLRC/bin/dmenu:$SHELLRC/bin/musca:$SHELLRC/bin/exec PATH -path++ $SHELLRC/bin:$SHELLRC/bin/scripts PATH -path++ $HOME/.local/bin PATH -path++ /bin:/usr/bin:/usr/local/bin PATH +path++ $SHELLRC/bin:$SHELLRC/bin/scripts:$SHELLRC/bin/hub PATH +path++ $HOME/.local/bin PATH +path++ /bin:/usr/bin:/usr/local/bin PATH [[ (-f $BASHRC/cdargs-bash.sh) ]] && . $BASHRC/cdargs-bash.sh