Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-04-03 09:02:41 +01:00
2 changed files with 4 additions and 4 deletions

3
cfg.c
View File

@ -101,7 +101,8 @@ start_cfg(void)
cmdq_append(c, cfg_item);
}
load_cfg(TMUX_CONF, NULL, NULL, 1);
if (cfg_file == NULL)
load_cfg(TMUX_CONF, NULL, NULL, 1);
if (cfg_file == NULL && (home = find_home()) != NULL) {
xasprintf(&cfg_file, "%s/.tmux.conf", home);