Skip to content

Commit

Permalink
Add double bang functionality to fish
Browse files Browse the repository at this point in the history
  • Loading branch information
AliciaBytes committed Oct 13, 2024
1 parent 1ce58bd commit 100bb50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dot_config/private_fish/conf.d/bang.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function last_history_item
echo $history[1]
end

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

0 comments on commit 100bb50

Please sign in to comment.