diff --git a/.zprofile b/.zprofile index 81c8bd17..778f5a0e 100644 --- a/.zprofile +++ b/.zprofile @@ -36,7 +36,10 @@ export PATH="$HOME/.cargo/bin:$PATH" # other common env vars source ~/.setenv -# aliases vacuum-repo() { git branch -vv | grep ': gone]' | awk '{print $1}' | xargs git branch -d } + +vacuum-repo-hard() { + git branch -vv | grep ': gone]' | awk '{print $1}' | xargs git branch -D +}