diff options
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index ddf58ab..83b16c5 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -25,7 +25,7 @@ export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store export VISUAL=nvim export NVIM_TUI_ENABLE_TRUE_COLOR=1 -export BROWSER=chromium +export BROWSER=chromium-private export TERMINAL=termite export PAGER=less |