From ed6c0d3b7962c65c8f55741c38d83d2095c32d00 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 16 Apr 2021 09:00:26 -0500 Subject: [PATCH] Firefox nightly --- common/fish/config.fish | 2 +- os/linux/arch/provision.d/optional/ui-packages.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/fish/config.fish b/common/fish/config.fish index a2fb889..f3fa1b2 100755 --- a/common/fish/config.fish +++ b/common/fish/config.fish @@ -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 diff --git a/os/linux/arch/provision.d/optional/ui-packages.bash b/os/linux/arch/provision.d/optional/ui-packages.bash index 54e45e3..c5bb29f 100755 --- a/os/linux/arch/provision.d/optional/ui-packages.bash +++ b/os/linux/arch/provision.d/optional/ui-packages.bash @@ -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` \