jimhester / per-directory-history

Per directory history for zsh, as well as global history, and the ability to toggle between them with ^G.
zlib License
259 stars 36 forks source link

`fc -ln -1` returns a list instead of the last command #25

Open NightMachinery opened 6 years ago

seivan commented 3 years ago

I got the same issue, but have you tried fc -ln -1 | head -n 1?