diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/env b/.config/env index 835080b..25a1d5c 100644 --- a/.config/env +++ b/.config/env @@ -33,7 +33,7 @@ export VISUAL="${EDITOR}" export PAGER='less' export MANPAGER='less' export TERMINAL='st' -export BROWSER='vimb' +export BROWSER='firefox' export READER='zathura' export FILE='lf' export MAIL="$XDG_DATA_HOME"/mail |