diff --git a/setup b/setup index 331f3c1..d89c8ab 100755 --- a/setup +++ b/setup @@ -77,7 +77,7 @@ case "$OS" in if [ "$input" -eq 4 ]; then echo "Killing nvim if it's running" - ka nvim + killall nvim echo "Cleaning nvim..." "$HOME"/.doors/scripts/nvim_clean echo "Done! Run setup to refresh"