diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index e6944f6..8cd4ead 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -209,7 +209,7 @@ lastreboots () { journalctl | grep -A 1 -- '-- Reboot --' | grep -v '^--' | awk '{print $1, $2, $3}' } -eview () { +emacsro () { emacs $1 -f view-mode }