diff options
-rw-r--r-- | .config/env | 2 | ||||
-rwxr-xr-x | .local/bin/dmbookm | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/.local/bin/dmbookm b/.local/bin/dmbookm index 9190dca..fb9fdb9 100755 --- a/.local/bin/dmbookm +++ b/.local/bin/dmbookm @@ -5,7 +5,7 @@ use warnings; use Sys::Hostname; use constant { - BROWSER => 'surf', + BROWSER => 'firefox', HOSTNAME => (split /\./, hostname())[0] }; |