Skip to content

Instantly share code, notes, and snippets.

@mbadran
Created June 16, 2009 01:31
Show Gist options
  • Select an option

  • Save mbadran/130470 to your computer and use it in GitHub Desktop.

Select an option

Save mbadran/130470 to your computer and use it in GitHub Desktop.
make popd silent in bash
alias popd="popd > /dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment