Skip to content

Commit 0701452

Browse files
committed
updates to work on mac and ubuntu
1 parent 3336560 commit 0701452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/b
3737
alias dadjoke="curl -H \"Accept: text/plain\" https://icanhazdadjoke.com/"
3838

3939
# delete merged branches
40-
alias dmb="git branch --merged | egrep -v \"(^\*|master|main)\" | xargs git branch -d"
40+
alias dmb="git branch --merged | grep -Ev '(^\\*|main)\" | xargs -n 1 git branch -d"
4141

4242
# Code things
4343
export ERL_AFLAGS="-kernel shell_history enabled"

0 commit comments

Comments
 (0)