Files
archived-solorice/config/fish/conf.d/bang.fish
2026-03-17 17:34:19 +02:00

6 lines
120 B
Fish

function __last_history_item
echo $history[1]
end
abbr --add !! --position anywhere --function __last_history_item