aboutsummaryrefslogtreecommitdiff
path: root/conf.d/00paths.fish
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/00paths.fish')
-rw-r--r--conf.d/00paths.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/00paths.fish b/conf.d/00paths.fish
new file mode 100644
index 0000000..ddab1fd
--- /dev/null
+++ b/conf.d/00paths.fish
@@ -0,0 +1,3 @@
+if test -d '/opt/homebrew/bin'; and string match -q -e 'Darwin' (uname)
+ fish_add_path --prepend --global --path '/opt/homebrew/bin'
+end