Skip to content
Snippets Groups Projects
Commit 2169c519 authored by Aljoscha Malek Esfahani's avatar Aljoscha Malek Esfahani
Browse files

remove option modified

parent 7db41334
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ helpme()
{
echo "usage: nvimSetup [options]"
echo ""
echo -e " -r \t removes current nvim config directory\n \t (requires superuser priviliges)"
echo -e " -r \t removes current nvim config directory"
}
#Implement flags in the future here
......@@ -27,7 +27,7 @@ do
case $flag
in
-r)
sudo rm -r ~/.config/nvim;;
sudo rm -rf ~/.config/nvim;;
--help)
helpme
exit 0;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment