From e00de5319de065027d47adfb0ee441b78c284302 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 15 Jan 2017 21:53:21 +1100 Subject: [PATCH] Config: Remove unused options --- config/config | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/config/config b/config/config index 6d8e6a9d..b96a6ce1 100644 --- a/config/config +++ b/config/config @@ -717,29 +717,6 @@ image_host="teknik" # Config Options -# Enable/Disable config file -# -# Default: 'on' -# Values: 'on', 'off' -# Flag: --config -# --config off, none -# -# Note: This option is only used when neofetch sources this config -# as a default config and NOT as a user config. Changing this in -# your user config won't actually do anything. -config="on" - -# Path to custom config file location -# -# Default: '${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config' -# Values: '/path/to/config' -# Flag: --config_file -# -# Note: This option is only used when neofetch sources this config -# as a default config and NOT as a user config. Changing this in -# your user config won't actually do anything. -config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config" - # Config version. # # NOTE: Don't change this value, neofetch reads this to determine