From 9f6aa7c118187842936febea329a241af7da0878 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 19 Nov 2016 12:06:17 -0600 Subject: [PATCH] [zsh] drops inf command Couldn't quite get it to work right. Also, don't really use it that often --- zsh/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 15a4d53..82b1116 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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