mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Adding basic fortune plugin
This commit is contained in:
parent
56e1868864
commit
0fe05e24db
1 changed files with 4 additions and 0 deletions
4
plugins/fortune/fortune.plugin.zsh
Normal file
4
plugins/fortune/fortune.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
if type fortune &> /dev/null; then
|
||||||
|
fortune
|
||||||
|
echo
|
||||||
|
fi
|
||||||
Loading…
Reference in a new issue