trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

[Q] Is it possible to have a forker for zsh? #182

Open NightMachinery opened 3 years ago

NightMachinery commented 3 years ago

I have a lot of functions in my shell startup files, and a good fraction of them are generated on the fly via other functions (like macro but with no compilation). This makes my shell very slow to start. I really like to have some kind of forker that just starts zsh, sources the dotfiles, and then stands ready to fork new zsh processes. But I do not know enough system programming to know how to do this. Is this even possible without the feature being built into the terminal emulator itself?