Skip to content

Instantly share code, notes, and snippets.

@wanderindev
Created May 10, 2020 16:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
# 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