diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-02-12 02:14:01 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-02-12 02:14:01 -0500 |
commit | e115ecfbe54d28635baf22862866cf165be68d90 (patch) | |
tree | 4b68860c9b98ce76965848d1da53c3169434ec52 /.config/fish/config.fish | |
parent | 9d51ae41e2630044097a4a5952bf8f40b69f3464 (diff) | |
download | dogfiles-e115ecfbe54d28635baf22862866cf165be68d90.tar.gz |
change default browser
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 7c3a105..c918f68 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -78,7 +78,7 @@ end set -x VISUAL vim set -x EDITOR $VISUAL #set -x PAGER "$HOME/.cargo/bin/bat -p" -set -x BROWSER firefox +set -x BROWSER waterfox set -x TERM xterm-256color set -x MANPATH /usr/local/man $MANPATH set -x MANPATH /usr/share/man $MANPATH |