From 288a917e117e62441ce52f3a25ece1dbc8366392 Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 9 Nov 2021 23:42:07 -0500 Subject: [PATCH] more vim settings. --- .config/shell/bashrc | 2 +- .config/shell/profile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/shell/bashrc b/.config/shell/bashrc index 29680c9..cc9948a 100644 --- a/.config/shell/bashrc +++ b/.config/shell/bashrc @@ -11,7 +11,7 @@ if fi # Set vimrc's location and source it on vim startup -export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' +# export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' alias ls='ls --color=auto' #PS1='[\u@\h \W]\$ ' diff --git a/.config/shell/profile b/.config/shell/profile index 72688fa..e295704 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -14,6 +14,9 @@ export TERMINAL="terminator" export BROWSER="brave" export EDITOR="vim" +# Set vimrc's location and source it on vim startup +export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' + #~/ sorting export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share"