fix(nushell): Ignore stderr messages (#1320)
This commit is contained in:
parent
7a914221a7
commit
b74ed756e2
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ let _atuin_pre_prompt = {||
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
with-env { ATUIN_LOG: error } {
|
with-env { ATUIN_LOG: error } {
|
||||||
atuin history end $'--exit=($last_exit)' -- $env.ATUIN_HISTORY_ID | null
|
do { atuin history end $'--exit=($last_exit)' -- $env.ATUIN_HISTORY_ID | null } | null
|
||||||
|
|
||||||
}
|
}
|
||||||
hide-env ATUIN_HISTORY_ID
|
hide-env ATUIN_HISTORY_ID
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue