]> git.donarmstrong.com Git - zsh.git/commitdiff
disable fortune display
authormartin f. krafft <madduck@madduck.net>
Mon, 5 May 2008 14:34:34 +0000 (15:34 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 5 May 2008 14:34:34 +0000 (15:34 +0100)
.zsh/zshrc/99_fortune [deleted file]
.zsh/zshrc/99_fortune.disabled [new file with mode: 0644]

diff --git a/.zsh/zshrc/99_fortune b/.zsh/zshrc/99_fortune
deleted file mode 100644 (file)
index 11d843b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# zshrc/99_fortune
-#
-# Prints a fortune cookie to each interactive shell
-#
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
-# Released under the terms of the Artistic Licence 2.0
-#
-# Source repository: http://git.madduck.net/v/etc/zsh.git
-#
-
-fortune -a 2>/dev/null || :
-
-# vim:ft=zsh
diff --git a/.zsh/zshrc/99_fortune.disabled b/.zsh/zshrc/99_fortune.disabled
new file mode 100644 (file)
index 0000000..11d843b
--- /dev/null
@@ -0,0 +1,13 @@
+# zshrc/99_fortune
+#
+# Prints a fortune cookie to each interactive shell
+#
+# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: http://git.madduck.net/v/etc/zsh.git
+#
+
+fortune -a 2>/dev/null || :
+
+# vim:ft=zsh