Correct indentation

This commit is contained in:
Jake Howard 2018-10-03 18:51:27 +01:00
parent 1e15836a0f
commit 70ce25c6f8
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 13 additions and 13 deletions

View file

@ -3,13 +3,13 @@ export ZSH=/usr/share/oh-my-zsh/
# Plugins
plugins=(
django
pip
pyenv
python
common-aliases
extract
heroku
django
pip
pyenv
python
common-aliases
extract
heroku
)
export COMPLETION_WAITING_DOTS="true"

View file

@ -26,12 +26,12 @@ gh() {
}
git-cleanup() {
command git checkout master
command git branch --merged | grep -v '*' | xargs -n 1 git branch -D
command git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D
command git remote prune origin
command git gc --aggressive
command git checkout -
command git checkout master
command git branch --merged | grep -v '*' | xargs -n 1 git branch -D
command git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D
command git remote prune origin
command git gc --aggressive
command git checkout -
}
alias t="tig"