mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:24:58 +01:00
Fix update_win not copying neovim configs correctly
This commit is contained in:
parent
93713fdf61
commit
fdb46eeec5
|
@ -2,7 +2,7 @@ print "Pulling latest changes"
|
|||
git fetch
|
||||
git pull
|
||||
print "Copying over neovim configs"
|
||||
cp -r neovim/.config/nvim ~/AppData/Local/nvim
|
||||
cp -r neovim/.config/nvim ~/AppData/Local
|
||||
print "Updating nushell configs"
|
||||
cp -r nushell/.config/nushell/env.nu $nu.env-path
|
||||
cp -r nushell/.config/nushell/config.nu $nu.config-path
|
||||
|
|
Loading…
Reference in a new issue