X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=300f6246b802d7c2816073298cb3341d3626eef5;hb=ac404c119ce814156c5744f83fbfc3dbd6738f92;hp=ea67451ed91f2c83b229f63b0fcf6fe6f12c5fde;hpb=a9d3f362e00b85b8cc76fab6054191841d75e044;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index ea67451..300f624 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2536,16 +2536,6 @@ _simple_extract() compdef _simple_extract simple-extract alias se=simple-extract -# TODO: So, this is the third incarnation of this function!? -#f5# Reload given functions -refunc() { - for func in $argv ; do - unfunction $func - autoload $func - done -} -compdef _functions refunc - #f5# Set all ulimit parameters to \kbd{unlimited} allulimit() { ulimit -c unlimited