From 00bf56cd9441e8f32b7e79e6ed5b84ebd9ee77d3 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 27 Jan 2020 18:57:58 +0000 Subject: [PATCH] Rename eview to emacsro --- roles/home-cli/files/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }