Rename eview to emacsro

This commit is contained in:
Anthony Rose 2020-01-27 18:57:58 +00:00
parent 4ea49eff69
commit 00bf56cd94

View file

@ -209,7 +209,7 @@ lastreboots () {
journalctl | grep -A 1 -- '-- Reboot --' | grep -v '^--' | awk '{print $1, $2, $3}' journalctl | grep -A 1 -- '-- Reboot --' | grep -v '^--' | awk '{print $1, $2, $3}'
} }
eview () { emacsro () {
emacs $1 -f view-mode emacs $1 -f view-mode
} }