add(fish): fixed codewars_rust script

This commit is contained in:
Léana 江 2023-03-10 18:26:10 +01:00
parent 803897346a
commit c98b3662a2
4 changed files with 17 additions and 7 deletions

View file

@ -14,7 +14,7 @@ authors = [ \"Léana 江 <leana.jiang@icloud.com>\" ]
[dependencies]
"
cd ~/repos/codewars/Rust/"$argv" && nvim && cd
cd ~/repos/codewars/Rust/"$argv"/ && nvim ./src/main.rs && cd
else
echo "You must provide a new project name"
return 1