add ch - cheat.sh
This commit is contained in:
parent
147ec5fdf7
commit
0b0a9b77f6
|
@ -106,3 +106,7 @@ git-re() {
|
||||||
fi
|
fi
|
||||||
git clone ssh://git@git.rayelliott.dev:3222/rayelliott/"$repo".git "$dir"
|
git clone ssh://git@git.rayelliott.dev:3222/rayelliott/"$repo".git "$dir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ch() {
|
||||||
|
curl "cheat.sh/$@"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue