Minor changes in bash prompt handlng.
This commit is contained in:
parent
b229753c21
commit
c22326bc85
@ -13,9 +13,10 @@ fi
|
||||
#
|
||||
mySystem=$(uname -n)
|
||||
myFQDN="$(uname -n).$(dnsdomainname)"
|
||||
myCategory={{.bash.prompt.category}}
|
||||
myType={{.chezmoi.hostname}}
|
||||
myPrettyName={{.chezmoi.osRelease.prettyName}}
|
||||
myCategory="{{.bash.prompt.category}}"
|
||||
myType="{{.chezmoi.hostname}}"
|
||||
myPrettyName="{{.chezmoi.osRelease.prettyName}}"
|
||||
myNum=0
|
||||
|
||||
# last exit code
|
||||
function lastExitCode {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user