summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-07-21 21:43:57 +0200
committerMike Vink <ivi@vinkies.net>2025-07-21 21:43:57 +0200
commit48a2f738af58da4efdd1b1037fd88c1903e12a06 (patch)
tree2a3c7f3110628b8d03b8487e681cae4ef92044af /.config/shell
parentace76ed6ff7c70d1251839f090dd286212b4f10e (diff)
make diff script more ok
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 12c82aa..a6e8bd5 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -23,6 +23,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
export PATH="/usr/local/bin:$brewpath/bin:$PATH"
export PATH="$brewpath/opt/findutils/libexec/gnubin:$PATH"
export PATH="$brewpath/opt/util-linux/bin:$brewpath/opt/util-linux/sbin:$PATH"
+ export PATH="$brewpath/opt/curl/bin:$PATH"
export PATH="$HOME/.local/bin/macos.d:$PATH"
export SASL_PATH="$brewpath/opt/cyrus-sasl/lib/sasl2:$brewpath/opt/cyrus-sasl-xoauth2/lib/sasl2"
fi