diff --git a/modules/shell/files/applications.sh b/modules/shell/files/applications.sh index 63a3028..31c2778 100644 --- a/modules/shell/files/applications.sh +++ b/modules/shell/files/applications.sh @@ -24,6 +24,7 @@ gh() { git-cleanup() { command git checkout master && git branch --merged | grep -v '*' | xargs -n 1 git branch -d command git gc --aggressive + command git checkout - } alias t="tig"