summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bash_profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 5130536..c4f3457 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -13,3 +13,10 @@ if [ -f ~/.bash_extra ] ; then
fi
export TERM=xterm-256color
+
+# NeoVim configuration
+################################################################
+# Create .config if it doesn't exist and set XDG vars
+mkdir -p $HOME/.config
+XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=$HOME/.config}
+XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.config}