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.
|
|
|
# Настройка путей
|
|
|
|
|
|
|
|
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:$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")
|
|
|
|
|
|
|
|
# export LS_COLORS=$($BASHRC/ls_colors_generator.py)
|
|
|
|
export LS_COLORS=$(cat $BASHRC/ls_colors_generated)
|
|
|
|
|
|
|
|
PS1_JOBS="${PROMPT_COLOR}┌─(${yellow}\j${PROMPT_COLOR})"
|
|
|
|
PS1_HOST="─[${yellow}\h${PROMPT_COLOR}]${PROMPT_SHH}"
|
|
|
|
PS1_CWD="─[${red}${VIFM_SHELL}${yellow}\w${PROMPT_COLOR}]\n"
|
|
|
|
|
|
|
|
PS1_LINE1="${PS1_JOBS}${PS1_HOST}${PS1_CWD}"
|
|
|
|
PS1_LINE2="${PROMPT_COLOR}─[${PROMPT_COLOR}\t]\$ $rstc"
|
|
|
|
|
|
|
|
PS1="${PS1_LINE1}${PS1_LINE2}"
|
|
|
|
|
|
|
|
unset PS1_JOBS PS1_HOST PS1_CWD PS1_LINE1 PS1_LINE2
|
|
|
|
|