mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 05:30:20 +00:00
13 lines
326 B
Diff
13 lines
326 B
Diff
--- 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");
|