summaryrefslogtreecommitdiffstats
path: root/bashrc
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 /bashrc
parentcf7267197ca2ea3979fcffc792ef1d01ada53976 (diff)
downloadconf-2b738c9896fc95baa7d017952a3c079c734bee0c.tar.gz
conf-2b738c9896fc95baa7d017952a3c079c734bee0c.zip
bump up the length limit on fortunes
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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 "^$"
# }}}