aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-23 18:35:13 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-23 18:35:13 +0100
commit12d8392fe603941d275aeb86efeac2900680503a (patch)
treeff309d5f7a6d48ae6e7a2deabbfea0e9d7701fc7
parent0d467fcaaf6349c71b7f34481a43f020464bb531 (diff)
downloaddotfiles-12d8392fe603941d275aeb86efeac2900680503a.tar.xz
zsh/.zprofile: firefox → chromium
-rw-r--r--zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 9618589..f84472f 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -19,7 +19,7 @@ export EDITOR=vim
export VISUAL=vim
export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc'
-export BROWSER=firefox
+export BROWSER=chromium
export TERMINAL=termite
export PAGER=less