From e72da8d3551e225270c3a33f6a8532fe78dd71b8 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:26:31 +0100 Subject: [PATCH] zshrc: Remove status Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 12 ------------ 1 file changed, 12 deletions(-) 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 -- 2.1.4