mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01: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…
Add table
Add a link
Reference in a new issue