resources/dot_files/.codelation.bash in codelation-cli-0.0.1 vs resources/dot_files/.codelation.bash in codelation-cli-0.0.2

- old
+ new

@@ -10,13 +10,16 @@ alias sshdogids="ssh -R 52698:localhost:52698 -p 22711 root@dogids.com" # Add Postgres commands from Postgres.app PATH=$PATH:/Applications/Postgres.app/Contents/Versions/9.4/bin +# Add Ruby binary to PATH first, overriding the system Ruby +PATH=~/.codelation/ruby/bin:$PATH + # Git Completion & Repo State # http://neverstopbuilding.com/gitpro -source ~/.git-completion.bash -source ~/.git-prompt.sh +source ~/.codelation/bash/.git-completion.bash +source ~/.codelation/bash/.git-prompt.sh MAGENTA="\[\033[0;35m\]" YELLOW="\[\033[0;33m\]" BLUE="\[\033[34m\]" LIGHT_GRAY="\[\033[0;37m\]"