alias for readme spellcheck

This commit is contained in:
MorganGeek 2021-06-07 09:49:56 +02:00
parent c3887fe8a3
commit dce79dd063

View File

@ -46,3 +46,6 @@ alias za='vim $HOME/.zsh_aliases' # edit zsh_aliases
# Quick editing
alias checkthis='arrow "type Ctrl+Z When done"; \cat > /tmp/file; arrow "Ok now we check your text..."; checkenlist /tmp/file'
# Linting
alias checkreadme='checkenlist README*'