Config: Add config_version to aid in adding backwards compatibility in the future
This commit is contained in:
parent
2849dc2e44
commit
f72234234d
|
@ -739,3 +739,9 @@ config="on"
|
||||||
# as a default config and NOT as a user config. Changing this in
|
# as a default config and NOT as a user config. Changing this in
|
||||||
# your user config won't actually do anything.
|
# your user config won't actually do anything.
|
||||||
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"
|
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"
|
||||||
|
|
||||||
|
# Config version.
|
||||||
|
#
|
||||||
|
# NOTE: Don't change this value, neofetch reads this to determine
|
||||||
|
# how to handle backwards compatibility.
|
||||||
|
config_version="2.1.0"
|
||||||
|
|
Reference in New Issue