From 3d24df51997ab0691115cdf2ab25f0761eefd984 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 30 Sep 2011 14:55:48 +0300 Subject: [PATCH] zshrc: Why to sleep if there aren't anything which should be aborted on startup? It seems that I forgot to comment sleeping. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 49265049..9828fe05 100644 --- a/zshrc +++ b/zshrc @@ -46,7 +46,7 @@ source ~/.zshenv source ~/.zsh_functions ## DO NOT PUT ANYTHING BELOW THIS LINE OR YOUR CHANGES MAY GET IGNORED BY BASH! -sleep 1; +#sleep 1; # Gives second time to press CTRL + C in case you want to prevent action by tmux.