killall not ka
This commit is contained in:
parent
60de75fcd6
commit
0a749b76fc
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue