mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-03 06:23:41 +08:00
0359ba047c
Per conversation with @bpinto in Gitter. There's no need for two separate directories. You don't have a `.git` and `.git-custom` folder, you just put your config in `.git` :) The most straightforward interpretation of XDG basedir spec is that user configuration for omf would go in `~/.config/omf`, so let's put it there. The only question is whether omf-generated config (i.e. the `theme` file) should go there as well. By analogy with git, programmatically generated config should probably be merged in with user config. This also makes it so when a user clones their dotfiles to a new machine, both kinds of settings come with it. |
||
---|---|---|
.. | ||
omf_destroy.fish | ||
omf_help.fish | ||
omf_install_package.fish | ||
omf_list_db_packages.fish | ||
omf_list_installed_packages.fish | ||
omf_list_installed_themes.fish | ||
omf_list_local_packages.fish | ||
omf_list_themes.fish | ||
omf_new_from_template.fish | ||
omf_new.fish | ||
omf_query_env.fish | ||
omf_remove_package.fish | ||
omf_submit.fish | ||
omf_theme.fish | ||
omf_update.fish | ||
omf_version.fish |