Last active
August 23, 2018 13:10
-
-
Save subhodi/03daf282ff0e31103b7f33146bfbae1e to your computer and use it in GitHub Desktop.
Current working directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'alias cwd="cd '$PWD'"' >> ~/.bashrc | |
source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment