Change brave to librewolf in shell profile (#1154)
This commit is contained in:
parent
4d597f945b
commit
f7839e8fd4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ unsetopt PROMPT_SP
|
||||||
# Default programs:
|
# Default programs:
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
export BROWSER="brave"
|
export BROWSER="librewolf"
|
||||||
|
|
||||||
# ~/ Clean-up:
|
# ~/ Clean-up:
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
Loading…
Reference in a new issue