Switch to chrom

This commit is contained in:
buffet 2022-05-23 11:37:00 +00:00
parent 36c38b1882
commit 7bdeaae78c
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ apps = {
-- editor_cmd = terminal .. " -e " .. editor,
-- Your default browser
browser = "firefox-bin",
browser = "chromium",
-- Your default screenshot tool
screenshot = "flameshot gui",

View file

@ -12,7 +12,7 @@ export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
export LESSHISTFILE="$XDG_CACHE_HOME/less_history"
export HISTFILE="$XDG_CACHE_HOME/bash_history"
export BROWSER=firefox
export BROWSER=chromium
export EDITOR=nvim
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"