update
This commit is contained in:
parent
b041e8285a
commit
4cde21028e
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user