Fix: helix-git not rm'ed
This commit is contained in:
parent
cac1b3176a
commit
0ea42b9f04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user