Skip to content

Instantly share code, notes, and snippets.

@VicoErv
Created April 21, 2022 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VicoErv/8181e5c529dee68aa36a953ec33fa690 to your computer and use it in GitHub Desktop.
Save VicoErv/8181e5c529dee68aa36a953ec33fa690 to your computer and use it in GitHub Desktop.
Hide #StandWithUkraine hashtag from composer because don't force your personal opinion to PHP developers all over the world.
add this to your $HOME/.bashrc
composer() {
composer $@ | grep "#StandWithUkraine"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment