From: Frank Terbeck Date: Mon, 28 Nov 2011 21:26:31 +0000 (+0100) Subject: zshrc: Remove status X-Git-Tag: v0.5.0~72 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=e72da8d3551e225270c3a33f6a8532fe78dd71b8;p=grml-etc-core.git zshrc: Remove status Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8e5bb6f..c5eb61f 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3298,18 +3298,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