This commit is contained in:
dmahacker 2024-11-28 23:22:52 +08:00
parent b041e8285a
commit 4cde21028e

View File

@ -57,6 +57,11 @@ function ycwork() {
yadm alt
}
function ychome() {
yadm config local.class home
yadm alt
}
function ycclear() {
yadm config --unset local.class
yadm alt
@ -143,3 +148,7 @@ function gitarchive() {
function installyarn() {
npm install --global yarn
}
function sl() {
ssh -CqTnN -L $1:$2 $3
}