diff --git a/files/zshrc/.zshrc b/files/zshrc/.zshrc index b501199..906b29c 100644 --- a/files/zshrc/.zshrc +++ b/files/zshrc/.zshrc @@ -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" diff --git a/files/zshrc/applications.sh b/files/zshrc/applications.sh index ed8ba11..3b3b6ba 100644 --- a/files/zshrc/applications.sh +++ b/files/zshrc/applications.sh @@ -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"