deps: update parse version

This commit is contained in:
iff 2024-11-18 13:56:19 +01:00
parent f9aa0e6727
commit 9c8cf93917
3 changed files with 5 additions and 5 deletions

View file

@ -176,7 +176,7 @@ pub fn initialization(shell: &str, binary_path: &str, auto_alias: &str) {
}
}
if shell == "nu" || shell == "nush" || shell == "nushell"{
if shell == "nu" || shell == "nush" || shell == "nushell" {
let pr_alias = if auto_alias.is_empty() {
"f"
} else {
@ -184,7 +184,7 @@ pub fn initialization(shell: &str, binary_path: &str, auto_alias: &str) {
};
let init = format!(
r#"def --env {} [] {{
r#"def --env {} [] {{
let dir = (with-env {{ _PR_LAST_COMMAND: {}, _PR_ALIAS: {}, _PR_SHELL: nu }} {{ {} }})
cd $dir
}}"#,