mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 14:45:42 +08:00
Add missing comment to bower.fish
Same comment found in yarn.fish
This commit is contained in:
parent
0e5846ee38
commit
f63ae0fb4d
@ -51,6 +51,7 @@ function __bower_list_installed
|
||||
end
|
||||
|
||||
if set -l python (__fish_anypython)
|
||||
# Warning: That weird indentation is necessary, because python.
|
||||
$python -c 'import json, sys; data = json.load(sys.stdin);
|
||||
for k,v in data["dependencies"].items(): print(k + "\t" + v[:18])' bower.json 2>/dev/null
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user