Skip to content

Commit

Permalink
More Git Courseware Aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Feb 27, 2012
1 parent 11726da commit 5e9dfd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shellaliases
Expand Up @@ -39,9 +39,11 @@ alias to.gradlesamples='cd ~/Documents/Code/Code_and_Docs/Gradle/gradle_core_git

alias to.courses='cd ${MYCOURSES}'

alias to.courses.git='cd ${MYCOURSES}/Git'
alias to.courses.git.repos='cd ${MYCOURSES}/Git/repos'
alias to.courses.git.courseware='cd ${MYCOURSES}/Git/courseware'
alias to.courses.git.workshop='cd ${MYCOURSES}/Git/presentations/Git-Workshop'
alias to.courses.git.examples='cd ${MYCOURSES}/Git/repos/local_repo_examples'
alias to.courses.git.courseware='cd ${MYCOURSES}/Git/courseware'

alias to.courses.gradle='cd ~/Documents/Teach/Courses/Gradle-Fundamentals'
alias to.courses.sonar='cd ~/Documents/Teach/Courses/Sonar'
Expand Down

0 comments on commit 5e9dfd7

Please sign in to comment.