diff --git a/src/main.rs b/src/main.rs index ebe0881..2b9df92 100644 --- a/src/main.rs +++ b/src/main.rs @@ -217,6 +217,7 @@ fn load_config(path: &str, pseudo_command: &str) -> Vec { "~/.local/share/grc", "/usr/share/grc-rs", "/usr/share/grc", + "/opt/homebrew/share/grc", ]; if let Ok(f) = File::open(path) {