summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2019-04-17 16:59:19 +0200
committerPeter Palfrader <peter@palfrader.org>2019-04-17 16:59:19 +0200
commit80e1e06686da19fd8b8cc693d88a32acbbd13c7d (patch)
treee920298805c581188ec588d6695c4914caf420b8 /zshrc
parent2f7131191d267baf9dc2125167314559248241e7 (diff)
do not print ddate, we didn'd have it installed in a while
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 731ca19..d933acb 100644
--- a/zshrc
+++ b/zshrc
@@ -384,7 +384,6 @@ init-prompt
done
)
-[ -x /usr/bin/ddate ] && /usr/bin/ddate && echo
if [ -x /usr/games/fortune ]; then
FORTUNE_PATH=""
[ -d /usr/share/games/fortunes ] && FORTUNE_PATH="$FORTUNE_PATH /usr/share/games/fortunes"