erenhatirnaz / dotfiles

There's no place like 127.0.0.1 :house:
GNU General Public License v3.0
0 stars 0 forks source link

[bash] new alias: `copy-last-cmd` #14

Open erenhatirnaz opened 1 year ago

erenhatirnaz commented 1 year ago

Alias for copying lastest executed command from history.

erenhatirnaz commented 1 year ago

fc -ln -1 | sed -e "s|^\s||g" -e "s|\s$||g"