diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-03-16 16:06:50 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-03-16 16:06:50 +0100 |
commit | 21a9d76fa507f21483e977a196b940f718096ab5 (patch) | |
tree | 2f1ab8cbae6dedcbf5834f78e75ddc1c0e30ce99 /.config/env | |
parent | updates (diff) | |
download | dotfiles-bsd-21a9d76fa507f21483e977a196b940f718096ab5.tar.gz dotfiles-bsd-21a9d76fa507f21483e977a196b940f718096ab5.tar.bz2 dotfiles-bsd-21a9d76fa507f21483e977a196b940f718096ab5.tar.xz dotfiles-bsd-21a9d76fa507f21483e977a196b940f718096ab5.tar.zst dotfiles-bsd-21a9d76fa507f21483e977a196b940f718096ab5.zip |
Back to firefox
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/env b/.config/env index e73aa05..0f74e68 100644 --- a/.config/env +++ b/.config/env @@ -19,7 +19,7 @@ export EDITOR='emacsclient -t -a nvim' export VISUAL='emacsclient -t -a nvim' export PAGER='less' export TERMINAL='st' -export BROWSER='iridium' +export BROWSER='firefox' export READER='zathura' export FILE='vifm' |