Skip to main content

config_path

Function config_path 

Source
pub fn config_path() -> Result<PathBuf, ConfigError>
Expand description

Returns the path to the config file: ~/.config/gor/config.yml.

§Errors

Returns an error if the home directory cannot be determined.