Freeze _ksi_prompt to prevent it from being edited
This commit is contained in:
parent
8529a60d77
commit
4c5673dc4d
1 changed files with 2 additions and 0 deletions
|
|
@ -122,3 +122,5 @@ _ksi_main() {
|
|||
}
|
||||
_ksi_main
|
||||
unset -f _ksi_main
|
||||
# freeze _ksi_prompt to prevent it from being changed
|
||||
declare -r _ksi_prompt
|
||||
|
|
|
|||
Loading…
Reference in a new issue