Add about-plugin to pip plugin.

pull/1718/head
Nariyasu Heseri 2020-12-05 00:16:22 +09:00
parent ce892e58f7
commit 38fc1a0bdc
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
cite about-plugin
about-plugin 'pip upgrade/uninstall all packages'
pip-upgrade-all() {
local outdated_packages="$(pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1)"
if [ -z $outdated_packages ]