diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-06 05:11:10 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-06 05:11:10 -0500 |
| commit | f862463699fa53a96ded35effec14918c74dbb01 (patch) | |
| tree | 615d1b62617023ab507eadffdfc1eb2b1ac3a2ed /dotfiles/common | |
| parent | 1e43e23e1d97ee688034f91a439fb952046d0148 (diff) | |
| download | archsetup-f862463699fa53a96ded35effec14918c74dbb01.tar.gz archsetup-f862463699fa53a96ded35effec14918c74dbb01.zip | |
chore(dotfiles): switch default browser to firefox, add cask to PATH
I changed the default browser to Firefox. I also added ~/.cask/bin to PATH.
Diffstat (limited to 'dotfiles/common')
| -rw-r--r-- | dotfiles/common/.config/mimeapps.list | 18 | ||||
| -rw-r--r-- | dotfiles/common/.profile | 5 |
2 files changed, 12 insertions, 11 deletions
diff --git a/dotfiles/common/.config/mimeapps.list b/dotfiles/common/.config/mimeapps.list index 8c5a11d..6a310c5 100644 --- a/dotfiles/common/.config/mimeapps.list +++ b/dotfiles/common/.config/mimeapps.list @@ -2,15 +2,15 @@ [Default Applications] # Web browser -text/html=google-chrome.desktop -x-scheme-handler/http=google-chrome.desktop -x-scheme-handler/https=google-chrome.desktop -x-scheme-handler/about=google-chrome.desktop -x-scheme-handler/unknown=google-chrome.desktop -application/rdf+xml=google-chrome.desktop -application/rss+xml=google-chrome.desktop -application/xhtml+xml=google-chrome.desktop -application/xhtml_xml=google-chrome.desktop +text/html=firefox.desktop +x-scheme-handler/http=firefox.desktop +x-scheme-handler/https=firefox.desktop +x-scheme-handler/about=firefox.desktop +x-scheme-handler/unknown=firefox.desktop +application/rdf+xml=firefox.desktop +application/rss+xml=firefox.desktop +application/xhtml+xml=firefox.desktop +application/xhtml_xml=firefox.desktop # File manager inode/directory=org.gnome.Nautilus.desktop diff --git a/dotfiles/common/.profile b/dotfiles/common/.profile index 11a9592..119fc7d 100644 --- a/dotfiles/common/.profile +++ b/dotfiles/common/.profile @@ -24,6 +24,7 @@ export LC_ALL=en_US.UTF-8 [ -d "$HOME/.local/share/gem/ruby/3.4.0/bin" ] && PATH="$PATH:$HOME/.local/share/gem/ruby/3.4.0/bin" [ -d "$HOME/.cargo/bin" ] && PATH="$PATH:$HOME/.cargo/bin" [ -d "$HOME/.deno/bin" ] && PATH="$PATH:$HOME/.deno/bin" +[ -d "$HOME/.cask/bin" ] && PATH="$PATH:$HOME/.cask/bin" export PATH="$HOME/.local/bin:$PATH:/usr/sbin" # ============================================================================= @@ -33,8 +34,8 @@ export ALTERNATE_EDITOR="" export EDITOR="emacsclient -c -a ''" export VISUAL="emacsclient -c -a ''" export SUDO_EDITOR="vi" -export BROWSER="google-chrome-stable" -export ALTBROWSER="firefox" +export BROWSER="firefox" +export ALTBROWSER="google-chrome-stable" # ============================================================================= # Terminal (X11 defaults - overridden by hyprland.sh for Wayland) |
