Make SSH promt a bit color full (#2190)

* Make SSH promt a bit color full

* Update CHANGELOG.md

* Update build.json

* upgrade Alpine
This commit is contained in:
Pascal Vizeli
2021-09-22 15:55:59 +02:00
committed by GitHub
parent 958d41b487
commit 585d81392c
3 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
export PS1="\W \$ "
export PS1="\e[0;32m[\h \W]\$ \e[m"
export SUPERVISOR_TOKEN={{ .supervisor_token }}
ha banner