mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
deps: update parse version
This commit is contained in:
parent
f9aa0e6727
commit
9c8cf93917
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
}}"#,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue