From 3fa17d27266fb536f23764cef3bd5676ae266a88 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Thu, 14 Jan 2021 11:39:36 -0800 Subject: [PATCH] add brew path if exists --- all/app/brew | 1 + 1 file changed, 1 insertion(+) create mode 100644 all/app/brew diff --git a/all/app/brew b/all/app/brew new file mode 100644 index 0000000..824608f --- /dev/null +++ b/all/app/brew @@ -0,0 +1 @@ +[[ -d "/opt/brew" ]] && path_append /opt/brew/bin || path_append /home/linuxbrew/.linuxbrew/bin