killall not ka

This commit is contained in:
Adam 2024-01-17 23:55:52 -05:00
parent 60de75fcd6
commit 0a749b76fc

2
setup
View file

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