From 0ea42b9f04660a8029abbfa461d8e79dc806725a Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Thu, 6 Apr 2023 13:09:19 -0700 Subject: [PATCH] Fix: helix-git not rm'ed --- manual/helix/helix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/helix/helix b/manual/helix/helix index d636075..67d267e 100755 --- a/manual/helix/helix +++ b/manual/helix/helix @@ -25,6 +25,7 @@ cargo install --locked --path helix-term mkdir -p ~/.config/helix rm -rf runtime/grammars/sources mv runtime ~/.config/helix +cd .. rm -rf helix-git cat > ~/.config/helix/config.toml << 'EOF' theme = "monokai_pro_ristretto" @@ -86,4 +87,3 @@ file-types = ["md"] scope = "source.markdown" roots = [] EOF -rm -rf helix-git