From 7e40be9c4608489350bbdb86f86ea884320c1c02 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 27 Sep 2015 10:43:01 +0200 Subject: [PATCH] zshrc: Remove "allulimit" function It basically does the same thing as the "unlimit" builtin zsh provides. Just less flexible. --- etc/zsh/zshrc | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 2.1.4