From 40938145d53e27a0ddca0a0a7270f8311869b995 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:24:19 +0900 Subject: updates --- fedora/.config/bash/bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fedora/.config/bash/bash_profile') 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 --- ### -- cgit v1.2.3