X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=cf3d7598f25e5d99ceebc02fd6b77355aa5567be;hb=01dfd9c5db6964f35b30d6e485451cee750fc8c8;hp=eb3e2502d094d4f1f00bb0b3fdb53cfb49ccb033;hpb=8aeba642289b473f3fcc26eb63555c474294216f;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index eb3e250..cf3d759 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3284,19 +3284,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# Set all ulimit parameters to \kbd{unlimited} allulimit() { ulimit -c unlimited