[zsh] drops inf command

Couldn't quite get it to work right. Also, don't really use it that
often
This commit is contained in:
Josh Sherman 2016-11-19 12:06:17 -06:00
parent 0126256c31
commit 9f6aa7c118

View file

@ -50,11 +50,6 @@ alias uuid=uuidgen
alias v=vim
alias vd=vimdiff
# Inf
# function inf() {
# while :; do read -p "Press enter to execute..."; $@; done
# }
# Because `npm` shit the bed on me...
ulimit -n 4096