diff --git a/dotfiles/bash_aliases.sh b/dotfiles/bash_aliases.sh index c50f9d4..da958d6 100644 --- a/dotfiles/bash_aliases.sh +++ b/dotfiles/bash_aliases.sh @@ -1,6 +1,6 @@ #@IgnoreInspection AddShebang -alias bull="git checkout -b bull && && git add . && git commit -a -m 'BULL' && gco master && git branch -D bull" +alias bull="git checkout -b bull && git add . && git commit -a -m 'BULL' && gco master && git branch -D bull" alias by="byobu"