mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
add two readonly variables to the ZshIgnoreVars
Readonly variables cannot be reset and attempting to do so causes errors on my machine. The `keymaps` and `widgets` variables caused problems, so they have been added to the list of variables to ignore.
This commit is contained in:
parent
6ea70ff788
commit
0feaa57662
@ -52,6 +52,8 @@ var ZshIgnoreVars = map[string]bool{
|
||||
"TTY": true,
|
||||
"epochtime": true,
|
||||
"langinfo": true,
|
||||
"keymaps": true,
|
||||
"widgets": true,
|
||||
|
||||
"aliases": true,
|
||||
"dis_aliases": true,
|
||||
|
Loading…
Reference in New Issue
Block a user