pull/662/head
Jorge Bucaran 3 years ago
parent 09fc107734
commit 70c9a59b53
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -19,6 +19,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
string match --entire --regex -- "$argv[2]" $_fisher_plugins
case install update remove
isatty || read --local --null --array stdin && set --append argv $stdin
set --local install_plugins
set --local update_plugins
set --local remove_plugins

Loading…
Cancel
Save