diff options
| author | appeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com> | 2022-08-03 12:40:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 12:40:52 +0000 |
| commit | f7839e8fd432627e610069d0070d3ea61805b5c8 (patch) | |
| tree | a9c6b9c260e6aceadbfa457d24ad9b0d23ed18fc /.config | |
| parent | 4d597f945be529c5807a42e0469d86933f6ec9a4 (diff) | |
| download | eibhear-f7839e8fd432627e610069d0070d3ea61805b5c8.tar.gz eibhear-f7839e8fd432627e610069d0070d3ea61805b5c8.tar.zst eibhear-f7839e8fd432627e610069d0070d3ea61805b5c8.zip | |
Change brave to librewolf in shell profile (#1154)
Diffstat (limited to '.config')
| -rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 65a7ff3..d5b182f 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -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" |
