mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-02-20 11:23:39 +08:00
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
|
||||
# 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
|
||||
# how to handle backwards compatibility.
|
||||
config_version="2.1.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user