summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index e10d661..838c9f0 100644
--- a/.profile
+++ b/.profile
@@ -3,7 +3,7 @@
# Adds `~/.scripts` and all subdirectories to $PATH
export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')"
-export EDITOR="vim"
+export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="firefox"
export READER="zathura"