Skip to content

Commit

Permalink
zshrc: Remove "allulimit" function
Browse files Browse the repository at this point in the history
It basically does the same thing as the "unlimit" builtin zsh provides.
Just less flexible.
  • Loading branch information
ft committed Sep 27, 2015
1 parent 4e16818 commit 7e40be9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions etc/zsh/zshrc
Expand Up @@ -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
Expand Down

0 comments on commit 7e40be9

Please sign in to comment.