dotfiles/.config/fish/functions/last_history_item.fish

4 lines
52 B
Fish
Raw Permalink Normal View History

2026-03-09 00:07:31 -04:00
function last_history_item
echo $history[1]
end