diff options
| -rw-r--r-- | crates/atuin/src/shell/atuin.nu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/src/shell/atuin.nu b/crates/atuin/src/shell/atuin.nu index d6cf915b..c1a38313 100644 --- a/crates/atuin/src/shell/atuin.nu +++ b/crates/atuin/src/shell/atuin.nu @@ -26,7 +26,7 @@ let _atuin_pre_execution = {|| return } if not ($cmd | str starts-with $ATUIN_KEYBINDING_TOKEN) { - $env.ATUIN_HISTORY_ID = (atuin history start -- $cmd e>| complete | get stdout | str trim) + $env.ATUIN_HISTORY_ID = (atuin history start -- $cmd | complete | get stdout | str trim) } } |
