1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-14 21:30:58 +01:00

fixed typo

This commit is contained in:
Marc Jeffrey
2021-05-15 22:08:37 +04:00
parent 9f922c43c7
commit 75c6c3b0e9
2 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ alias cryr="crystal run"
alias cryrr="crystal run --release"
# Spec
alias crys="crystal spec --order rando"
alias crys="crystal spec --order random"
alias crysu="crystal spec"
# Shards