Ps1 : Fix formatting.

This commit is contained in:
Dmitry Voronin 2024-01-29 14:00:00 +03:00
parent 539e4ec2f1
commit 1a131c988e

View file

@ -95,8 +95,8 @@ function __prompt_command() {
function _ps1error() { function _ps1error() {
local type local type
case ${1} in case ${1} in
1) type="GENERAL" ;; 1) type="GENERAL" ;;
2) type="MISUSE" ;; 2) type="MISUSE" ;;
126) type="CANTEXEC" ;; 126) type="CANTEXEC" ;;
127) type="CMDNF" ;; 127) type="CMDNF" ;;
129) type="SIGHUP" ;; 129) type="SIGHUP" ;;