jrmoulton / tmux-sessionizer

Tmux Sessionizer: A tool for opening git repositories as tmux sessions
MIT License
463 stars 35 forks source link

fix: Load config if search_dirs is missing #40

Closed petersimonsson closed 10 months ago

petersimonsson commented 10 months ago

Make both search_dirs and search_paths optional so missing config can be handled by the already existing checks in main.rs.

fixes #37