default browser

This commit is contained in:
Daniel Flanagan 2017-03-13 08:58:30 -05:00
parent 81a9a3bb5e
commit a1e044f06c
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ if command -v nvim >/dev/null 2>&1; then
export EDITOR="nvim"
fi
export BROWSER="google-chrome-beta"
# arch aliases
# TODO: load os-specific aliases based on running OS
alias archupdate="pacaur -Syyu --noconfirm --noedit"