diff options
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 |