X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=eb3e2502d094d4f1f00bb0b3fdb53cfb49ccb033;hb=8aeba642289b473f3fcc26eb63555c474294216f;hp=ec11810ec66b26c4b19b11314530cfe4f8ecd779;hpb=309be6f7e8dfa1eb56a7948553ff115469f2d281;p=grml-etc-core.git 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