diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-08 07:03:17 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-08 07:03:17 +0100 |
commit | ab34bbe232a6e5d4cc129e851ddd0d6b9d5ef9ff (patch) | |
tree | 66cad9b4d40d37fe325ec1bdcf8014d7a01b9fd2 /fbi.c | |
parent | 69009b983a31efd4fb5a6d6a4b969ab9af2bba35 (diff) | |
download | fbida-ab34bbe232a6e5d4cc129e851ddd0d6b9d5ef9ff.tar.gz |
move config files to ~/.config/
Diffstat (limited to 'fbi.c')
-rw-r--r-- | fbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1235,7 +1235,7 @@ int main(int argc, char *argv[]) #endif setlocale(LC_ALL,""); - fbi_read_config(".fbirc"); + fbi_read_config(".config/fbi.conf", ".fbirc"); cfg_parse_cmdline(&argc,argv,fbi_cmd); cfg_parse_cmdline(&argc,argv,fbi_cfg); |