mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:04:59 +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 fetch
|
||||||
git pull
|
git pull
|
||||||
print "Copying over neovim configs"
|
print "Copying over neovim configs"
|
||||||
cp -r neovim/.config/nvim ~/AppData/Local/nvim
|
cp -r neovim/.config/nvim ~/AppData/Local
|
||||||
print "Updating nushell configs"
|
print "Updating nushell configs"
|
||||||
cp -r nushell/.config/nushell/env.nu $nu.env-path
|
cp -r nushell/.config/nushell/env.nu $nu.env-path
|
||||||
cp -r nushell/.config/nushell/config.nu $nu.config-path
|
cp -r nushell/.config/nushell/config.nu $nu.config-path
|
||||||
|
|
Loading…
Reference in a new issue