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"