diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-23 18:35:13 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-23 18:35:13 +0100 |
commit | 12d8392fe603941d275aeb86efeac2900680503a (patch) | |
tree | ff309d5f7a6d48ae6e7a2deabbfea0e9d7701fc7 /zsh/.zprofile | |
parent | 0d467fcaaf6349c71b7f34481a43f020464bb531 (diff) | |
download | dotfiles-12d8392fe603941d275aeb86efeac2900680503a.tar.xz |
zsh/.zprofile: firefox → chromium
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 2 |
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 |