resources/dot_files/.codelation.bash in codelation-cli-0.0.21 vs resources/dot_files/.codelation.bash in codelation-cli-0.0.22
- old
+ new
@@ -5,10 +5,9 @@
alias gg="git status -s"
alias gitclean='git branch --merged | grep -v "\*" | xargs -n 1 git branch -d'
alias ll="ls -lah"
alias railsclean="RAILS_ENV=development rake assets:clean; RAILS_ENV=development rake tmp:clear; RAILS_ENV=test rake assets:clean; RAILS_ENV=test rake tmp:clear"
alias ss="bundle exec rake start"
-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