Settings + readme

This commit is contained in:
2019-08-10 18:03:01 +02:00
parent 5616a56bbf
commit aec6df385c
9 changed files with 109 additions and 18 deletions

View File

@@ -3,6 +3,10 @@
# pip plugin for KYMSU
# https://github.com/welcoMattic/kymsu
#########################################
#
# Settings:
#version: pip ou pip3
version=pip3
#user: "" or "--user"
@@ -11,6 +15,8 @@ user=""
no_distract=false
#add module to do_not_update array
declare -a do_not_update=()
#
#########################################
if [[ $1 == "--nodistract" ]]; then
no_distract=true