diff --git a/plugins/fortune/fortune.plugin.zsh b/plugins/fortune/fortune.plugin.zsh new file mode 100644 index 000000000..25a7c5193 --- /dev/null +++ b/plugins/fortune/fortune.plugin.zsh @@ -0,0 +1,4 @@ +if type fortune &> /dev/null; then + fortune + echo +fi