change default path to store files in neovim
This commit is contained in:
parent
35b435584b
commit
1ba32e3626
1 changed files with 2 additions and 2 deletions
|
@ -288,8 +288,8 @@ function update-homes -d "Update homes configuration"
|
|||
rsync --exclude=".*.swp" -av ./common/ ~/
|
||||
popd
|
||||
set_nightfox_vars
|
||||
sed -i "s/REPLACEHOME/$HOME/g" ~/.config/nvim/init.lua
|
||||
sed -i "s/REPLACEHOME/$HOME/g" ~/.config/lvim/config.lua
|
||||
sed -i "s:REPLACEHOME:$HOME:g" ~/.config/nvim/init.lua
|
||||
sed -i "s:REPLACEHOME:$HOME:g" ~/.config/lvim/config.lua
|
||||
end
|
||||
if test -d $homes_private_path/common
|
||||
pushd $homes_private_path
|
||||
|
|
Loading…
Reference in a new issue