# 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