Skip to content

Commit

Permalink
fix nu
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate committed Oct 8, 2023
1 parent 0fdc224 commit 827e8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atuin/src/shell/atuin.nu
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let _atuin_pre_prompt = {||
with-env { ATUIN_LOG: error } {
atuin history end $'--exit=($last_exit)' -- $env.ATUIN_HISTORY_ID | null
}
$env.ATUIN_HISTORY_ID = ""
hide-env ATUIN_HISTORY_ID
}

def _atuin_search_cmd [...flags: string] {
Expand Down

0 comments on commit 827e8a5

Please sign in to comment.