add ch - cheat.sh

This commit is contained in:
Ray Elliott 2020-09-26 12:31:58 +01:00
parent 147ec5fdf7
commit 0b0a9b77f6
1 changed files with 4 additions and 0 deletions

View File

@ -106,3 +106,7 @@ git-re() {
fi
git clone ssh://git@git.rayelliott.dev:3222/rayelliott/"$repo".git "$dir"
}
ch() {
curl "cheat.sh/$@"
}