Skip to content

Instantly share code, notes, and snippets.

@wanderindev
Created May 10, 2020 16:15
Show Gist options
  • Save wanderindev/92353e54f4d8d7fd0fdb6f1e8b20bc2a to your computer and use it in GitHub Desktop.
Save wanderindev/92353e54f4d8d7fd0fdb6f1e8b20bc2a to your computer and use it in GitHub Desktop.
# 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