diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-08 14:24:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-08 14:24:19 +0900 |
| commit | 40938145d53e27a0ddca0a0a7270f8311869b995 (patch) | |
| tree | a70eb5732fbf99d597e60758599eb9332382f665 /fedora/.config/bash/bash_profile | |
| parent | ab41273077623b077ff5d2d5a2dec046df0701c4 (diff) | |
updates
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 --- ### |
