# accounting.plugin.zsh alias lasth='last | head -n $((LINES-1))' alias lastf='last | grep -v "^$LOGNAME"'