mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-19 05:50:52 -05:00
small changes
This commit is contained in:
@@ -21,6 +21,7 @@ alias gpushb="git push origin"
|
|||||||
alias gundoc="git reset HEAD~"
|
alias gundoc="git reset HEAD~"
|
||||||
alias gundo="git reset HEAD~1"
|
alias gundo="git reset HEAD~1"
|
||||||
alias greset="git checkout --"
|
alias greset="git checkout --"
|
||||||
|
alias nb="git checkout -b"
|
||||||
|
|
||||||
function gpush() {
|
function gpush() {
|
||||||
BRANCH=""
|
BRANCH=""
|
||||||
|
|||||||
@@ -29,5 +29,6 @@ function rmdsstore() {
|
|||||||
|
|
||||||
function softup() {
|
function softup() {
|
||||||
brewup
|
brewup
|
||||||
|
echo "***MAS Upgrade***"
|
||||||
mas upgrade
|
mas upgrade
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user