mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
new aliases
This commit is contained in:
parent
3c56d4afb7
commit
fea5eddc3b
2 changed files with 3 additions and 2 deletions
|
|
@ -4,4 +4,5 @@ alias cdo='cd $HOME/Projects/dev-tools/oh-my-zsh'
|
||||||
alias cdg='cd $HOME/Projects/dev-tools/guake'
|
alias cdg='cd $HOME/Projects/dev-tools/guake'
|
||||||
alias cdg3='cd $HOME/Projects/dev-tools/guake-gtk3'
|
alias cdg3='cd $HOME/Projects/dev-tools/guake-gtk3'
|
||||||
alias cdk='cd $HOME/Projects/k8s'
|
alias cdk='cd $HOME/Projects/k8s'
|
||||||
|
alias cdn='cd $HOME/Projects/nestor'
|
||||||
alias cdP='cd $HOME/Projects'
|
alias cdP='cd $HOME/Projects'
|
||||||
|
|
|
||||||
|
|
@ -169,6 +169,8 @@ alias gb='git branch'
|
||||||
compdef _git gb=git-branch
|
compdef _git gb=git-branch
|
||||||
alias gba='git branch -a'
|
alias gba='git branch -a'
|
||||||
compdef _git gba=git-branch
|
compdef _git gba=git-branch
|
||||||
|
alias gbsutom='git branch --set-upstream-to=origin/master'
|
||||||
|
alias git-track-upstream-master='gbsutom'
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Git Log (gl)
|
# Git Log (gl)
|
||||||
|
|
@ -362,5 +364,3 @@ alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
||||||
# Tig aliases
|
# Tig aliases
|
||||||
alias tg='tig --all'
|
alias tg='tig --all'
|
||||||
alias tiga='tig --all'
|
alias tiga='tig --all'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue