Fix symlink test

This commit is contained in:
Sviatoslav Abakumov 2017-06-09 12:38:29 +03:00
parent 0a88b4c3c5
commit 696e5ee12d

View file

@ -1510,7 +1510,7 @@ function __fisher_key_bindings_remove -a plugin_name
exit 1
}
' < "$user_key_bindings" -a ! -L "$user_key_bindings"
' < "$user_key_bindings"; and test ! -L "$user_key_bindings"
command rm -f "$user_key_bindings"
end