X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=brc;h=1d6e833471c67ee4eb472a2f24957d215504aeb3;hp=5fb46ac450959aa36d96908568d25e7fa5c7b104;hb=0da09a2fa9c4ce921d5af5be8494c4a96cce43de;hpb=23883bc99075d156fb9aecce6ec6fb68277a8367 diff --git a/brc b/brc index 5fb46ac..1d6e833 100644 --- a/brc +++ b/brc @@ -652,7 +652,10 @@ envload() { # load environment from a previous: export > file # mail related etail() { - sudo tail -F /var/log/exim4/mainlog -n 50 + tail -F /var/log/exim4/mainlog -n 200 +} +eless() { + less /var/log/exim4/mainlog } f() { @@ -1441,7 +1444,7 @@ q() { # start / launch a program in the backround and redir output to null } r() { - histappend -a + history -a # save history exit "$@" # i had this redir, not sure why # exit "$@" 2>/dev/null