Skip to content

Instantly share code, notes, and snippets.

@ninrod
Forked from mbadran/gist:130469
Created July 15, 2016 16:46
Show Gist options
  • Save ninrod/94d8498a26b82b0e18903a32f9aef194 to your computer and use it in GitHub Desktop.
Save ninrod/94d8498a26b82b0e18903a32f9aef194 to your computer and use it in GitHub Desktop.
replace cd in bash to (silent) pushd
alias cd="pushd $@ > /dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment