mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 18:13:00 +08:00
Fix typo in yarn/npm completions helper script
Hat-tip @billyjanitsch
This commit is contained in:
parent
c1504576f9
commit
2445a76d2e
|
@ -7,7 +7,7 @@
|
|||
# Install globally with `sudo npm install -g all-the-package-names`. Keep it up to date.
|
||||
function __yarn_helper_installed
|
||||
# This function takes the command to globally install a package as $argv[1]
|
||||
if not type -q all-the-package-namesS
|
||||
if not type -q all-the-package-names
|
||||
if not set -qg __fish_yarn_pkg_info_shown
|
||||
set -l old (commandline)
|
||||
commandline -r ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user