Команда для git
This commit is contained in:
parent
43a6deb60c
commit
1be479ca64
@ -7,6 +7,10 @@ zu() {
|
|||||||
exec zsh
|
exec zsh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gpsr() {
|
||||||
|
git push -u "$1" "$(git branch --show-current)"
|
||||||
|
}
|
||||||
|
|
||||||
ch() {
|
ch() {
|
||||||
curl -s "https://cheat.sh/$1" | less -R
|
curl -s "https://cheat.sh/$1" | less -R
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user