summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-11 23:15:57 -0700
committerGitHub <noreply@github.com>2020-08-12 02:15:57 -0400
commite1a73783861f526e65c4372ba01c95888b0b75b8 (patch)
tree5a2bd7f930d05fb840067caa8415cb9af2b7b9e2 /src/constants.rs
parent6e38d7311606c9212dd21dddb1878f93221bff7d (diff)
change: Update macOS config dir
Update documentation and program to use the correct config directory as per the dirs package.
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 26f97381..dcc1a93a 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -164,8 +164,7 @@ lazy_static! {
}
// Config and flags
-pub const DEFAULT_UNIX_CONFIG_FILE_PATH: &str = ".config/bottom/bottom.toml";
-pub const DEFAULT_WINDOWS_CONFIG_FILE_PATH: &str = "bottom/bottom.toml";
+pub const DEFAULT_CONFIG_FILE_PATH: &str = "bottom/bottom.toml";
// Default config file
pub const DEFAULT_CONFIG_CONTENT: &str = r##"