summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc2
-rw-r--r--zshrc2
2 files changed, 2 insertions, 2 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 "^$"
# }}}
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 "^$"
# }}}