mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Freeze _ksi_prompt to prevent it from being edited
This commit is contained in:
@@ -122,3 +122,5 @@ _ksi_main() {
|
|||||||
}
|
}
|
||||||
_ksi_main
|
_ksi_main
|
||||||
unset -f _ksi_main
|
unset -f _ksi_main
|
||||||
|
# freeze _ksi_prompt to prevent it from being changed
|
||||||
|
declare -r _ksi_prompt
|
||||||
|
|||||||
Reference in New Issue
Block a user