Ps1 : Fix formatting.
This commit is contained in:
parent
539e4ec2f1
commit
1a131c988e
|
@ -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" ;;
|
||||
|
|
Reference in a new issue