Поддержка Смоленск 1.5

This commit is contained in:
Andrei Astafev 2020-04-04 23:24:14 +03:00
parent 3520c9f73c
commit 8498b7f0e0

View File

@ -27,5 +27,8 @@ if [[ "$TERM_PROGRAM" == "Hyper" ]]; then
SPACESHIP_GIT_BRANCH_SHOW=false
fi
antibody bundle denysdovhan/spaceship-prompt
if [ "x$(lsb_release -d -s)" = "xAstra Linux SE 1.5 (Smolensk)" ]; then
antibody bundle nojhan/liquidprompt
else
antibody bundle denysdovhan/spaceship-prompt
fi