mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-16 10:30:44 +01:00
refactor: remove useless comment
This commit is contained in:
parent
e4bd0e4894
commit
5891e387b9
@ -2,6 +2,5 @@ pub async fn var_config() -> String {
|
|||||||
// Because nushell won't autoupdate, we just parse the output of `atuin dotfiles var list` in
|
// Because nushell won't autoupdate, we just parse the output of `atuin dotfiles var list` in
|
||||||
// nushell and load the env vars that way
|
// nushell and load the env vars that way
|
||||||
|
|
||||||
// we should only do this if the dotfiles are enabled
|
|
||||||
String::from(r#"atuin dotfiles var list | lines | parse "export {name}={value}" | reduce -f {} {|it, acc| $acc | upsert $it.name $it.value} | load-env"#)
|
String::from(r#"atuin dotfiles var list | lines | parse "export {name}={value}" | reduce -f {} {|it, acc| $acc | upsert $it.name $it.value} | load-env"#)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user