pub fn config_dir() -> Result<PathBuf>Expand description
Returns the configuration directory for tl.
Resolution order:
$XDG_CONFIG_HOME/tlifXDG_CONFIG_HOMEis set~/.config/tlotherwise
ยงErrors
Returns an error if the home directory cannot be determined.