diff --git a/.zprofile b/.zprofile index 20b91c3..ec25ec9 100644 --- a/.zprofile +++ b/.zprofile @@ -5,6 +5,13 @@ export SUDO_EDITOR=/usr/bin/nvim export XDG_CURRENT_DESKTOP=Sway export HOMEBREW_NO_AUTO_UPDATE=true export ELECTRON_OZONE_PLATFORM_HINT=auto +# Created by `pipx` on 2024-10-08 14:33:09 +export PATH="$PATH:/Users/nikitabykov/.local/bin" + +# >>> coursier install directory >>> +export PATH="$PATH:/Users/nikitabykov/Library/Application Support/Coursier/bin" +# <<< coursier install directory <<< +eval "$(/opt/homebrew/bin/brew shellenv)" if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then exec sway