This commit is contained in:
root 2020-02-15 16:32:34 +01:00
джерело bd9bdbc97b
коміт d8838c6b17
2 змінених файлів з 6 додано та 1 видалено

4
add

@ -2,8 +2,10 @@
#
if [[ -e $1 ]]; then
target=`basename $1`
if [[ $target == "venv_prompt.sh" ]]; then
if [[ $target == "root_prompt.sh" ]]; then
target="10_$target"
elif [[ $target == "venv_prompt.sh" ]]; then
target="20_$target"
else
target="50_$target"
fi

3
available/root_prompt.sh Normal file

@ -0,0 +1,3 @@
PS1="\033[1;31m$PS1\033[00m"
export PS1