summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.profile b/.profile
index 2624bc8..5a428d7 100644
--- a/.profile
+++ b/.profile
@@ -3,7 +3,8 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')"
fi
-export SHELL="/bin/bash"
+export SHELL="/bin/zsh"
+export EDITOR="nvim"
# For Jetbrains products
export _JAVA_AWT_WM_NONREPARENTING=1