diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index fa6836e..e6944f6 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -209,6 +209,10 @@ lastreboots () { journalctl | grep -A 1 -- '-- Reboot --' | grep -v '^--' | awk '{print $1, $2, $3}' } +eview () { + emacs $1 -f view-mode +} + if [ -x /usr/bin/yum ] && [ ! -x /usr/bin/dnf ]; then alias dnf='yum' fi