Remove exclude option as it no longer works

This commit is contained in:
Dylan 2016-01-21 12:29:45 +11:00
parent fe4c581b2c
commit 8fb27be14f
2 changed files with 0 additions and 5 deletions

View File

@ -132,8 +132,6 @@ alias fetch2="fetch \
--bold off \ --bold off \
--uptime_shorthand on \ --uptime_shorthand on \
--gtk_shorthand on \ --gtk_shorthand on \
--exclude 'Icons: getgtkicons' \
--exclude 'Resolution: getresolution' \
--colors 4 1 8 8 8 7 \ --colors 4 1 8 8 8 7 \
" "
``` ```
@ -150,7 +148,6 @@ alias fetch2="fetch \
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"]
Info: Info:
--exclude "OS: getos" Disable an info line at launch
--title string Change the title at the top --title string Change the title at the top
--distro string/cmd Manually set the distro --distro string/cmd Manually set the distro
--kernel string/cmd Manually set the kernel --kernel string/cmd Manually set the kernel

2
fetch
View File

@ -1208,7 +1208,6 @@ usage () { cat << EOF
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"]
Info: Info:
--exclude "OS: getos" Disable an info line at launch
--title string Change the title at the top --title string Change the title at the top
--distro string/cmd Manually set the distro --distro string/cmd Manually set the distro
--kernel string/cmd Manually set the kernel --kernel string/cmd Manually set the kernel
@ -1300,7 +1299,6 @@ exit 1
while [ "$1" ]; do while [ "$1" ]; do
case $1 in case $1 in
# Info # Info
--exclude) info=("${info[@]/$2}") ;;
--title) title="$2" ;; --title) title="$2" ;;
--os) os="$2" ;; --os) os="$2" ;;
--kernel) kernel="$2" ;; --kernel) kernel="$2" ;;