diff options
Diffstat (limited to 'fedora/.config/bash/bash_profile')
| -rw-r--r-- | fedora/.config/bash/bash_profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora/.config/bash/bash_profile b/fedora/.config/bash/bash_profile index 2e8eab7..4938bb5 100644 --- a/fedora/.config/bash/bash_profile +++ b/fedora/.config/bash/bash_profile @@ -29,8 +29,8 @@ export SUDO_EDITOR=$EDITOR export TERM="xterm-256color" export VISUAL=$EDITOR export TERM="xterm-256color" -export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | source $MYGVIMRC' -export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' +export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | . $MYGVIMRC' +export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | . $MYVIMRC' ################################################### ### --- XDG ENV PATHES --- ### |
