addet ble.sh installation script from pika
This commit is contained in:
parent
64e72d4e7b
commit
6c005c3829
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -445,6 +445,9 @@ _git_() {
|
|||
alias gs="git status"
|
||||
alias gm='git checkout main && git merge'
|
||||
alias gc="git clone --recurse-submodule"
|
||||
gcl() {
|
||||
git clone --depth=1 "https://github.com/$*"
|
||||
}
|
||||
alias ga="git add"
|
||||
alias gp="git pull --recurse-submodule"
|
||||
alias gms='git maintenance start'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue