Merge pull request #694 from edubxb/fix-fasd-linux

Make #691 work on Linux
pull/696/head
Eduardo Bellido Bellido 2016-03-27 03:25:16 +02:00
commit 3447cba6a3
1 changed files with 1 additions and 1 deletions

View File

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