Add missing comment to bower.fish

Same comment found in yarn.fish
This commit is contained in:
Jason Nader 2020-01-20 13:02:27 +09:00 committed by David Adam
parent 0e5846ee38
commit f63ae0fb4d

View File

@ -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