zshrc: Remove "allulimit" function
authorFrank Terbeck <ft@grml.org>
Sun, 27 Sep 2015 08:43:01 +0000 (10:43 +0200)
committerFrank Terbeck <ft@grml.org>
Sun, 27 Sep 2015 08:43:01 +0000 (10:43 +0200)
It basically does the same thing as the "unlimit" builtin zsh provides.
Just less flexible.

etc/zsh/zshrc

index f6434ca..6a7a1a6 100644 (file)
@@ -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