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