Skip to content

Instantly share code, notes, and snippets.

@mrmike
Last active January 4, 2016 13:59
Show Gist options
  • Save mrmike/8631798 to your computer and use it in GitHub Desktop.
Save mrmike/8631798 to your computer and use it in GitHub Desktop.
Copying and pasting current directory path OS X
alias path='echo | pwd | pbcopy'
alias pong='cd `pbpaste`'
@mrmike
Copy link
Author

mrmike commented Jan 26, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment