From 8fb27be14f8c6547dc331a38a1d93a0edfb91592 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 21 Jan 2016 12:29:45 +1100 Subject: [PATCH] Remove exclude option as it no longer works --- README.md | 3 --- fetch | 2 -- 2 files changed, 5 deletions(-) diff --git a/README.md b/README.md index d7183111..3f49f852 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,6 @@ alias fetch2="fetch \ --bold off \ --uptime_shorthand on \ --gtk_shorthand on \ ---exclude 'Icons: getgtkicons' \ ---exclude 'Resolution: getresolution' \ --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\)"] Info: - --exclude "OS: getos" Disable an info line at launch --title string Change the title at the top --distro string/cmd Manually set the distro --kernel string/cmd Manually set the kernel diff --git a/fetch b/fetch index 2be9e628..bd483a65 100755 --- a/fetch +++ b/fetch @@ -1208,7 +1208,6 @@ usage () { cat << EOF usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] Info: - --exclude "OS: getos" Disable an info line at launch --title string Change the title at the top --distro string/cmd Manually set the distro --kernel string/cmd Manually set the kernel @@ -1300,7 +1299,6 @@ exit 1 while [ "$1" ]; do case $1 in # Info - --exclude) info=("${info[@]/$2}") ;; --title) title="$2" ;; --os) os="$2" ;; --kernel) kernel="$2" ;;