diff --git a/.config/bash/module/Ps1.sh b/.config/bash/module/Ps1.sh index 6959c90..cd0a303 100644 --- a/.config/bash/module/Ps1.sh +++ b/.config/bash/module/Ps1.sh @@ -95,8 +95,8 @@ function __prompt_command() { function _ps1error() { local type case ${1} in - 1) type="GENERAL" ;; - 2) type="MISUSE" ;; + 1) type="GENERAL" ;; + 2) type="MISUSE" ;; 126) type="CANTEXEC" ;; 127) type="CMDNF" ;; 129) type="SIGHUP" ;;