aboutsummaryrefslogtreecommitdiff
path: root/conf.d/00paths.fish
diff options
context:
space:
mode:
authorDeposite Pirate2025-01-12 14:40:33 +0100
committerDeposite Pirate2025-01-12 14:40:33 +0100
commite7764f9b08072cfb67c2d3ecf075df9a80aee6fd (patch)
tree628d5f66e1d62f1d710bcbe472aa68b5e19522f8 /conf.d/00paths.fish
parent62d7fa8cfa2e6de053d7c1238bd8fdcdf0cc8a7d (diff)
Import config.
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