mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Change of pattern matching expansion (cosmetic).
This commit is contained in:
parent
c7a906007f
commit
d1eac35039
@ -10,7 +10,7 @@ function __fisher_plugin_walk -a plugin path
|
||||
case \?\*/uninstall.fish
|
||||
printf "%s %s\n" --uninstall $file
|
||||
|
||||
case \?\*/{conf.d,modules}/\?\* \?\*/\*config.fish \?\*/{,before.}init.fish \*/$plugin.load
|
||||
case \?\*/{conf.d,modules}/\?\* \?\*/\*config.fish \?\*/{before.,}init.fish \*/$plugin.load
|
||||
switch "$base"
|
||||
case \*$plugin\*
|
||||
case \*
|
||||
|
Loading…
Reference in New Issue
Block a user