Rename eview to emacsro
This commit is contained in:
parent
4ea49eff69
commit
00bf56cd94
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue