diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-10 17:35:58 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-10 17:35:58 +0530 |
commit | b547642072ba7ba743a8a2dde776084fefbf3bc4 (patch) | |
tree | 215ffcf5bc51eeec10161c5e00a281044a189fbc /.zprofile | |
parent | 38a0e8f082b72b8ed101cff2140d443e8f434d44 (diff) |
updated default browser to librewolf
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ export EDITOR="nvim" export VISUAL="emacs" export TERMINAL="st" -export BROWSER="firefox" +export BROWSER="librewolf" export READER="zathura" export COLORTERM="truecolor" export PAGER="vim" |