We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3336560 commit 0701452Copy full SHA for 0701452
zsh/.zshrc
@@ -37,7 +37,7 @@ export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/b
37
alias dadjoke="curl -H \"Accept: text/plain\" https://icanhazdadjoke.com/"
38
39
# delete merged branches
40
-alias dmb="git branch --merged | egrep -v \"(^\*|master|main)\" | xargs git branch -d"
+alias dmb="git branch --merged | grep -Ev '(^\\*|main)\" | xargs -n 1 git branch -d"
41
42
# Code things
43
export ERL_AFLAGS="-kernel shell_history enabled"
0 commit comments