fix(zsh): unset $BROWSER

This commit is contained in:
winston 2022-11-02 17:21:51 +01:00
parent 9434369014
commit 20d4f4ce51
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -22,11 +22,6 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
### Linux
if [[ $(uname -s) == "Linux" ]]; then
BROWSER="$(which firefox)"
export BROWSER
fi
### MacOS
if [[ -x "$(command -v brew)" ]]; then
export PATH="/opt/homebrew/sbin:$PATH"