From: Frank Terbeck Date: Mon, 28 Nov 2011 21:26:31 +0000 (+0100) Subject: zshrc: Remove status X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=8aeba642289b473f3fcc26eb63555c474294216f;p=grml-etc-core.git zshrc: Remove status Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index ec11810..eb3e250 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3297,18 +3297,6 @@ slow_print() { print "" } -#f5# Show some status info -status() { - print - print "Date..: "$(date "+%Y-%m-%d %H:%M:%S") - print "Shell.: Zsh $ZSH_VERSION (PID = $$, $SHLVL nests)" - print "Term..: $TTY ($TERM), ${BAUD:+$BAUD bauds, }$COLUMNS x $LINES chars" - print "Login.: $LOGNAME (UID = $EUID) on $HOST" - print "System: $(cat /etc/[A-Za-z]*[_-][rv]e[lr]*)" - print "Uptime:$(uptime)" - print -} - #f5# Set all ulimit parameters to \kbd{unlimited} allulimit() { ulimit -c unlimited