diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 1 |
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 |
