1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

default program: zen is now default browser

This commit is contained in:
tiyn
2025-02-22 07:01:12 +01:00
parent 35a698dd20
commit a6547fe26c
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ export PATH="${PATH}:$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's
# Add flatpak to path
export PATH="/var/lib/flatpak/exports/bin:${PATH}"
export BROWSER="firefox"
export BROWSER="zen-browser"
export RTV_BROWSER="qutebrowser"
export EDITOR="nvim"
export FILE="vifmrun"