fix: compatibility with msys2

see #241
This commit is contained in:
Aloxaf 2021-11-30 14:59:14 +08:00
parent 190500bf1d
commit c167f1e9bb

View file

@ -1 +0,0 @@
fzf-tab.zsh

3
fzf-tab.plugin.zsh Normal file
View file

@ -0,0 +1,3 @@
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${${(M)0:#/*}:-$PWD/$0}"
source "${0:A:h}/fzf-tab.zsh"