Firefox nightly

This commit is contained in:
Daniel Flanagan 2021-04-16 09:00:26 -05:00
parent c2f89d171d
commit ed6c0d3b79
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ has_command nnn && source $DOTFILES_PATH/common/nnn/config.fish
set -Ux _JAVA_AWT_WM_NONREPARENTING 1
set -Ux TERMINAL kitty
set -Ux BROWSER firefox-developer-edition
set -Ux BROWSER firefox-nightly
set -Ux ERL_AFLAGS "-kernel shell_history enabled -kernel shell_history_file_bytes 1024000" # iex history
set -Ux LESS "-r"
set -Ux LS_COLORS 'ow=01;36;40' # more sane ls colors

View File

@ -43,7 +43,7 @@ yay -Sy \
gammastep `# Redshift for Wayland` \
dmenu `# Application Launcher` \
python python-pip `# Python 3 Language` \
firefox-developer-edition `# Default Web Browser` \
firefox-nightly `# Default Web Browser` \
alsa-utils `# Audio Utilities` \
alsa-plugins `# Plugins for ALSA` \
pulseaudio pavucontrol pulsemixer `# Audio Backend and Controls` \