You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
593 B
15 lines
593 B
# Настройка путей |
|
|
|
path++ $SHELLRC/bin/cw/bin:$SHELLRC/bin/cw/def PATH |
|
path++ $SHELLRC/bin/app:$SHELLRC/bin/dmenu:$SHELLRC/bin/musca:$SHELLRC/bin/exec 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 |
|
|
|
[[ -f $BASHRC/aliases_linux ]] && LINUX_ALIASES="$BASHRC/aliases_linux" \ |
|
&& . $LINUX_ALIASES \ |
|
&& HELPSRC+=("$LINUX_ALIASES") |
|
|
|
|