--- a/src/init.rs +++ b/src/init.rs @@ -18,8 +18,7 @@ Self {} } pub fn init_bash() { - let script = include_str!("../mcfly.bash"); - print!("{}", script); + panic!("Bash is not supported on Android."); } pub fn init_zsh() { let script = include_str!("../mcfly.zsh");