summaryrefslogtreecommitdiff
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 e9a0ba6..f36a08f 100644
--- a/.profile
+++ b/.profile
@@ -15,7 +15,7 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
# XDG Specific configs
-export MYVIMRC="$XDG_CONFIG_HOME/nvim/init.vim"
+export MYVIMRC="$XDG_CONFIG_HOME/vim/init.vim"
export VIMINIT="source $MYVIMRC"
export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"