summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zprofile.base4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/zprofile.base b/zsh/zprofile.base
index 5250245..049c263 100644
--- a/zsh/zprofile.base
+++ b/zsh/zprofile.base
@@ -11,9 +11,9 @@ export PATH="$scriptspath/programs:$PATH"
export PATH="$scriptspath/video:$PATH"
# Default programs:
-export EDITOR="vim"
+export EDITOR="nvim"
export TERMINAL="st"
-export BROWSER="brave-browser"
+export BROWSER="launch brave"
# Clean up home directory
export XDG_CACHE_HOME="$HOME/.cache"