From: Frank Terbeck Date: Sun, 27 Sep 2015 08:43:01 +0000 (+0200) Subject: zshrc: Remove "allulimit" function X-Git-Tag: v0.12.4~7 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=7e40be9c4608489350bbdb86f86ea884320c1c02 zshrc: Remove "allulimit" function It basically does the same thing as the "unlimit" builtin zsh provides. Just less flexible. --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index f6434ca..6a7a1a6 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3515,17 +3515,6 @@ _simple_extract() compdef _simple_extract simple-extract alias se=simple-extract -#f5# Set all ulimit parameters to \kbd{unlimited} -allulimit() { - ulimit -c unlimited - ulimit -d unlimited - ulimit -f unlimited - ulimit -l unlimited - ulimit -n unlimited - ulimit -s unlimited - ulimit -t unlimited -} - #f5# Change the xterm title from within GNU-screen xtrename() { emulate -L zsh