mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
New git aliases.
This commit is contained in:
parent
abb50b956a
commit
80782afeca
2 changed files with 12 additions and 0 deletions
|
|
@ -49,6 +49,12 @@ if [ -e $HOME/.cabal/bin ]; then export PATH="$HOME/.cabal/bin:$PATH"; fi
|
||||||
alias ta='tmux attach -t'
|
alias ta='tmux attach -t'
|
||||||
alias tl='tmux list-session'
|
alias tl='tmux list-session'
|
||||||
alias ts='tmux new-session'
|
alias ts='tmux new-session'
|
||||||
|
# Git aliases
|
||||||
|
alias gita='git add -A'
|
||||||
|
alias gits='git status'
|
||||||
|
alias gitl='git l'
|
||||||
|
alias gitw='git who'
|
||||||
|
alias gitt='git tags'
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
unsetopt correctall
|
unsetopt correctall
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,12 @@ if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
||||||
alias ta='tmux attach -t'
|
alias ta='tmux attach -t'
|
||||||
alias tl='tmux list-session'
|
alias tl='tmux list-session'
|
||||||
alias ts='tmux new-session'
|
alias ts='tmux new-session'
|
||||||
|
# Git aliases
|
||||||
|
alias gita='git add -A'
|
||||||
|
alias gits='git status'
|
||||||
|
alias gitl='git l'
|
||||||
|
alias gitw='git who'
|
||||||
|
alias gitt='git tags'
|
||||||
|
|
||||||
# Compilation flags
|
# Compilation flags
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue