From: Alexander Barton Date: Mon, 22 Sep 2014 17:32:58 +0000 (+0200) Subject: Add "lastf" ("last foreign") alias X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=commitdiff_plain;h=95014f6520ed0996214198d1a48ebc4687358121;hp=3b58245f8e3ff16de52f30fe3d37b57f92fad822 Add "lastf" ("last foreign") alias --- diff --git a/sys/bashrc b/sys/bashrc index eb4799c..cdc02ce 100644 --- a/sys/bashrc +++ b/sys/bashrc @@ -141,6 +141,7 @@ fi # Common command aliases (2/2) alias "lasth"="last | head -n \`expr \\\$LINES - 2\`" +alias "lastf"="last | grep -v \"^\$LOGNAME\"" # Aliases for screen(1), if installed type -t screen >/dev/null