Skip to content

Commit

Permalink
Merge pull request #203 from QU35T-code/fix/cme-colors
Browse files Browse the repository at this point in the history
Fix cme alias
  • Loading branch information
QU35T-code authored Aug 9, 2023
2 parents 5e7770d + 97131d6 commit c4d72b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/assets/zsh/aliases.d/crackmapexec
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
alias cme-neo4j-enable='sed -i "s/bh_enabled = False/bh_enabled = True/" ~/.cme/cme.conf'
alias cme-neo4j-disable='sed -i "s/bh_enabled = True/bh_enabled = False/" ~/.cme/cme.conf'
alias cme='grc crackmapexec'
alias cme-neo4j-disable='sed -i "s/bh_enabled = True/bh_enabled = False/" ~/.cme/cme.conf'

0 comments on commit c4d72b8

Please sign in to comment.