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
# set environment variables for shortcuts to version-control directory | |
export vc="/c/Users/jfeli/version-control/" | |
# create alias for command to change to version-control directory | |
alias cdvc='cd "$vc"' | |
# change to version-control directory | |
cdvc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment