pub fn append_to(
configured: Option<&str>,
nick: &str,
expansion: &str,
) -> Result<PathBuf>Expand description
Append alias nick expansion to the alias file (create-alias),
creating the file if needed. A repeated nick wins by coming later.
Returns the path written.
The same, into the file the config names.