From 2b738c9896fc95baa7d017952a3c079c734bee0c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 20 Aug 2013 04:33:30 -0400 Subject: bump up the length limit on fortunes --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 64f5ae6..c25418e 100644 --- a/zshrc +++ b/zshrc @@ -101,5 +101,5 @@ fi # }}} # }}} # fortune {{{ -fortune -n300 -s ~/.fortune | grep -v -E "^$" +fortune -n600 -s ~/.fortune | grep -v -E "^$" # }}} -- cgit v1.2.3-54-g00ecf