Приглашение для Эльбрус-Д
This commit is contained in:
parent
406995f72b
commit
f949c5c453
16
prompt.zsh
16
prompt.zsh
@ -27,8 +27,14 @@ if [[ "$TERM_PROGRAM" == "Hyper" ]]; then
|
|||||||
SPACESHIP_GIT_BRANCH_SHOW=false
|
SPACESHIP_GIT_BRANCH_SHOW=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$(lsb_release -d -s)" = "xAstra Linux SE 1.5 (Smolensk)" ]; then
|
case "x$(lsb_release -d -s)" in
|
||||||
antibody bundle nojhan/liquidprompt
|
"xAstra Linux SE 1.5 (Smolensk)" )
|
||||||
else
|
antibody bundle nojhan/liquidprompt
|
||||||
antibody bundle denysdovhan/spaceship-prompt
|
;;
|
||||||
fi
|
"xDebian GNU/Linux 8.11 (jessie)" )
|
||||||
|
antibody bundle nojhan/liquidprompt
|
||||||
|
;;
|
||||||
|
* )
|
||||||
|
antibody bundle denysdovhan/spaceship-prompt
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user