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 | 72c63b5b82588a59a2fb00ec6d914b935a7c577d (patch) | |
| tree | 409a9b01abd2ae2424608646b129cf04fc183de6 /dotfiles/common/.profile | |
| parent | 7e9e800fa8d5104b2945ef135e06fa7f80234bba (diff) | |
| download | archsetup-72c63b5b82588a59a2fb00ec6d914b935a7c577d.tar.gz archsetup-72c63b5b82588a59a2fb00ec6d914b935a7c577d.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/.profile')
| -rw-r--r-- | dotfiles/common/.profile | 5 |
1 files changed, 3 insertions, 2 deletions
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) |
