Skip to content

Commit b572f42

Browse files
authored
use .zshenv.bak for zsh (#145)
1 parent de13992 commit b572f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ fn get_linux_shell_info(shell: UserShell, path: &Path) -> Option<LinuxShellConfi
306306
}),
307307
UserShell::Zsh => Some(LinuxShellConfig {
308308
profile: format!("{}/.zshenv", home),
309-
profile_bak: format!("{}/.zshenv", home),
309+
profile_bak: format!("{}/.zshenv.bak", home),
310310
regex: Regex::new("export GEODE_SDK=.*").unwrap(),
311311
replace_with: format!("export GEODE_SDK={}", path.to_str().unwrap()),
312312
}),

0 commit comments

Comments
 (0)