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.
18 lines
775 B
18 lines
775 B
6 years ago
|
# Настройка путей
|
||
|
|
||
|
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++ /bin:/usr/bin:/usr/local/bin PATH
|
||
|
|
||
|
# Настройки оболочки
|
||
|
|
||
|
shopt -s globstar #Включение масок ** и **/ (рекурсивный перебор)
|
||
|
shopt -s autocd #Интерпретировать команды как параметры cd
|
||
|
shopt -s checkjobs #При выходе проверять фоновые задания
|
||
|
shopt -s dirspell #Исправление имен директорий при автодополнении
|
||
|
|
||
|
[[ (-f $BASHRC/cdargs-bash.sh) && . $BASHRC/cdargs-bash.sh
|
||
|
|