mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Fix installation
This commit is contained in:
parent
6091726137
commit
da2295e309
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ flags="--verbose=1 -t ${targetDir}"
|
||||||
|
|
||||||
if [[ "$args" == "--uninstall" ]]; then
|
if [[ "$args" == "--uninstall" ]]; then
|
||||||
echo 'Uninstalling'
|
echo 'Uninstalling'
|
||||||
flags="-D --verbose=1 -t $HOME"
|
flags="-D --verbose=1 -t $targetDir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
stow $flags . # newest
|
stow $flags . # newest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue