resources/dot_files/.codelation.bash in codelation-cli-0.0.15 vs resources/dot_files/.codelation.bash in codelation-cli-0.0.16

- old
+ new

@@ -11,10 +11,10 @@ # 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 +PATH=./bin:~/.codelation/ruby/bin:$PATH # Git Completion & Repo State # http://neverstopbuilding.com/gitpro source ~/.codelation/bash/.git-completion.bash source ~/.codelation/bash/.git-prompt.sh