cookbooks/utils/templates/default/dot.profile.erb in flombe-0.1.0.8 vs cookbooks/utils/templates/default/dot.profile.erb in flombe-0.1.0.9

- old
+ new

@@ -38,5 +38,18 @@ $NO_COLOUR\u\$ " PS2='> ' PS4='+ ' } proml + +alias bx='bundle exec' +alias bspec='bundle exec rspec' +alias bcucumber='bundle exec cucumber' +alias gb='git branch' +alias gba='git branch -a' +alias gcav='git commit -av' +alias gca='git commit -a' +alias gd='git diff | mate' +alias gl='git pull origin master' +alias gp='git push origin master' +alias gp?='git log --pretty=oneline origin/master..HEAD' +alias gs='git status' \ No newline at end of file