mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-28 02:21:12 +00:00
If the user config path was an empty directory, these commands would fail with EISDIR instead of "can't set config in path (dirs not supported)". I think this can be changed later to create new "$dir/config.toml" file. Maybe we can also change the default path to ~/.config/jj directory, and load all *.toml files from there?