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 --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index a5e3823..7c2051f 100644 --- a/bashrc +++ b/bashrc @@ -78,5 +78,5 @@ fi # }}} # }}} # fortune {{{ -fortune -n300 -s ~/.fortune | grep -v -E "^$" +fortune -n600 -s ~/.fortune | grep -v -E "^$" # }}} -- cgit v1.2.3-54-g00ecf