commit 2bf6f1d6374b2c468f5efba6dadf18c53ddcc0d5
parent a7cc6ea98c62bdeea6cb45336601c6b166219996
Author: Chris Bracken <chris@bracken.jp>
Date: Tue, 13 Sep 2016 15:46:08 -0700
Add fortune for user-local homebrew install
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -104,5 +104,7 @@ if [ -x "/usr/games/fortune" ]; then
/usr/games/fortune
elif [ -x "/opt/local/bin/fortune" ]; then
/opt/local/bin/fortune
+elif [ -x "$HOME/.homebrew/bin/fortune" ]; then
+ "$HOME/.homebrew/bin/fortune"
fi
echo