update

This commit is contained in:
2024-10-11 09:25:12 +02:00
parent e030342ca5
commit 4674684254
10 changed files with 64 additions and 29 deletions

View File

@ -52,7 +52,11 @@ function updatePromt {
PS1+="] "
fi
PS1+="${chB}\w${chW}"
PS1+="\n:"
if [ ! -z ${PS1_jaaENV+x} ]; then
PS1+="\n$PS1_jaaENV"
else
PS1+="\n:"
fi
history -a
}
setPromt