Browse Source

firefox-esr it is

master
TiynGER 7 months ago
parent
commit
07d34623c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .profile

+ 1
- 1
.profile

@ -4,7 +4,7 @@
# Adds `~/.local/bin` and all subdirectories to $PATH # Adds `~/.local/bin` and all subdirectories to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export BROWSER="firefox"
export BROWSER="firefox-esr"
export RTV_BROWSER="qutebrowser" export RTV_BROWSER="qutebrowser"
export EDITOR="nvim" export EDITOR="nvim"
export FILE="vifmrun" export FILE="vifmrun"

Loading…
Cancel
Save