mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-13 09:49:10 +01:00
fix(nushell): Ignore stderr messages (#1320)
This commit is contained in:
parent
7a914221a7
commit
b74ed756e2
@ -20,7 +20,8 @@ let _atuin_pre_prompt = {||
|
||||
return
|
||||
}
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user