pub fn init_ctrlc_handler() -> Result<(), Error>
Expand description
ctrl+c handler so that tenv itself can’t be interrupted. Commands run by tenv can still be cancelled, therefore ending the execution of tenv. Not doing this causes problems with starship on powershell.