This commit is contained in:
Adam 2024-01-17 23:57:00 -05:00
parent 0a749b76fc
commit 275600879d

2
setup
View file

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