From 91f9969fc5da478d5b198851fa33d00d0f98422e Mon Sep 17 00:00:00 2001 From: iff Date: Sat, 18 Jan 2025 11:15:20 +0100 Subject: [PATCH] fix: revert bash & zsh init --- core/src/shell.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/shell.rs b/core/src/shell.rs index ff0afae..573ed8d 100644 --- a/core/src/shell.rs +++ b/core/src/shell.rs @@ -544,9 +544,7 @@ def --env {} [] {{ "bash" | "zsh" => { initialize = format!( r#" -{} () {{ - {} -}} +alias {}='{}' "#, alias, initialize );