Change brave to librewolf in shell profile (#1154)

This commit is contained in:
appeasementPolitik 2022-08-03 12:40:52 +00:00 committed by GitHub
parent 4d597f945b
commit f7839e8fd4
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"