Skip to content

Instantly share code, notes, and snippets.

@LeonardoCardoso
Last active October 30, 2018 09:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeonardoCardoso/22d4a96b88e075ec7641 to your computer and use it in GitHub Desktop.
Save LeonardoCardoso/22d4a96b88e075ec7641 to your computer and use it in GitHub Desktop.
One line command to copy the current terminal path on Mac
#...
alias cpwd="pwd | tr -d '\n' | pbcopy"
#...
@LeonardoCardoso
Copy link
Author

Add this line on ~/.bash_profile, ~/.profile and ~/.bashrc. Then use the command "source" to restart them.

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