From 696e5ee12d6fa405b3c935f6253b7b059325081c Mon Sep 17 00:00:00 2001 From: Sviatoslav Abakumov Date: Fri, 9 Jun 2017 12:38:29 +0300 Subject: [PATCH] Fix symlink test --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index 4505475..1711d4c 100644 --- a/fisher.fish +++ b/fisher.fish @@ -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