From b1284d9671d3811cbafb5b10d2a0b6b8ec19376d Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Sat, 21 May 2016 12:36:14 +0200 Subject: NeoVim and Automatic Install: * Automatic installation file `install.sh` in order to handle NeoVim config. * NeoVim config -> a copy from Vims, check that in the future. --- bash/.bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bash') 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} -- cgit v1.2.3