Skip to content

Commit

Permalink
Fix bang bang expansion in fish with atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
AliciaBytes committed Oct 19, 2024
1 parent d15a7a0 commit 649304c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_config/private_fish/conf.d/bang.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function last_history_item
echo $history[1]
atuin history last --cmd-only
end

abbr -a !! --position anywhere --function last_history_item

0 comments on commit 649304c

Please sign in to comment.