Make #691 work on Linux

This commit is contained in:
Eduardo Bellido Bellido
2016-03-27 00:03:40 +01:00
parent 4cef46271d
commit 183c514881

View File

@@ -2,7 +2,7 @@ cite about-plugin
about-plugin 'initialize fasd (see https://github.com/clvv/fasd)'
__init_fasd() {
which -s fasd
which fasd &> /dev/null
if [ $? -eq 1 ]; then
echo -e "You must install fasd before you can use this plugin"
echo -e "See: https://github.com/clvv/fasd"