X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=a8b7399a602ea79922fff9eb53afb253aa6f6ca3;hb=1130de31f8a0c4a32dad3e6d1795455ef25d076e;hp=8e5bb6fb81da023d005e59f4d0cdad2287aaf8fd;hpb=349659e8b2dfc055f3a1e52961a728d3ea11643b;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8e5bb6f..a8b7399 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3285,31 +3285,6 @@ dirspace() { fi } -# % slow_print `cat /etc/passwd` -#f5# Slowly print out parameters -slow_print() { - for argument in "$@" ; do - for ((i = 1; i <= ${#1} ;i++)) ; do - print -n "${argument[i]}" - sleep 0.08 - done - print -n " " - done - 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