Change brave to librewolf in shell profile

This commit is contained in:
appeasementPolitik 2022-08-03 11:54:51 +00:00 committed by GitHub
parent 4d597f945b
commit cfd85c7f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ unsetopt PROMPT_SP
# Default programs:
export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="brave"
export BROWSER="librewolf"
# ~/ Clean-up:
export XDG_CONFIG_HOME="$HOME/.config"