Set BROWSER=firefox

This commit is contained in:
finga 2023-04-19 15:13:17 +02:00
parent 34a6ec7a86
commit 7356bafa93

View file

@ -11,7 +11,7 @@
export PAGER='bat' export PAGER='bat'
export EDITOR='em' export EDITOR='em'
export VISUAL='em' export VISUAL='em'
export BROWSER='qutebrowser' export BROWSER='firefox'
export TERMINAL='urxvtcd' export TERMINAL='urxvtcd'
export MANPAGER="sh -c 'col -bx | bat -l man -p'" export MANPAGER="sh -c 'col -bx | bat -l man -p'"