From e7764f9b08072cfb67c2d3ecf075df9a80aee6fd Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 12 Jan 2025 14:40:33 +0100 Subject: Import config. --- conf.d/00paths.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 conf.d/00paths.fish (limited to 'conf.d/00paths.fish') 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 -- cgit v1.3.1