parent
45e2c01773
commit
2679457b02
30 changed files with 316 additions and 332 deletions
|
@ -39,7 +39,7 @@ lazy_static::lazy_static! {
|
|||
};
|
||||
pub static ref SETTINGS: PathBuf = CONFIG_DIR.join("settings.json");
|
||||
pub static ref KEYMAP: PathBuf = CONFIG_DIR.join("keymap.json");
|
||||
pub static ref RUNNABLES: PathBuf = CONFIG_DIR.join("runnables.json");
|
||||
pub static ref TASKS: PathBuf = CONFIG_DIR.join("tasks.json");
|
||||
pub static ref LAST_USERNAME: PathBuf = CONFIG_DIR.join("last-username.txt");
|
||||
pub static ref LOG: PathBuf = LOGS_DIR.join("Zed.log");
|
||||
pub static ref OLD_LOG: PathBuf = LOGS_DIR.join("Zed.log.old");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue