diff options
Diffstat (limited to '.config/shell/profile')
-rw-r--r-- | .config/shell/profile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index c8b328a..ad06fd4 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -13,7 +13,7 @@ unsetopt PROMPT_SP # Default programs: export EDITOR="nvim" export TERMINAL="st" -export BROWSER="firefox" +export BROWSER="qutebrowser" # ~/ Clean-up: export XDG_CONFIG_HOME="$HOME/.config" @@ -154,3 +154,5 @@ fi # Switch escape and caps if tty and no passwd required: sudo -n loadkeys ${XDG_DATA_HOME:-$HOME/.local/share}/larbs/ttymaps.kmap 2>/dev/null + + |