summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-20 04:33:30 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-20 04:33:42 -0400
commit2b738c9896fc95baa7d017952a3c079c734bee0c (patch)
tree89dd9448ac346af6f1c7f3a4551c586b4ebb8c3c /zshrc
parentcf7267197ca2ea3979fcffc792ef1d01ada53976 (diff)
downloadconf-2b738c9896fc95baa7d017952a3c079c734bee0c.tar.gz
conf-2b738c9896fc95baa7d017952a3c079c734bee0c.zip
bump up the length limit on fortunes
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
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 "^$"
# }}}