bnb-shell 0.1.0

A fast, polished, cross-platform terminal shell built in Rust with Powerlevel10k aesthetics.
1
2
3
4
#[allow(dead_code)]
pub fn ignore_interactive_signals() {
    // Managed natively by std::process::Command
}