mtiudaeu / home

0 stars 0 forks source link

environment : Refactor the "last_command" workflow #1

Closed mtiudaeu closed 7 years ago

mtiudaeu commented 7 years ago

use this command to launch last command and put in an alias history | tail -2 | head -1 | awk '{ print substr($0, index($0,$3)) }'

Or maybe !!?

remove sp, spe, last_command file and others

Just add an alias in bash_aliases.

mtiudaeu commented 7 years ago

Fixed