Switch to chrom
This commit is contained in:
parent
36c38b1882
commit
7bdeaae78c
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue