This commit is contained in:
Gregory Eremin
2013-07-30 15:58:56 +07:00
parent e16b75347d
commit f15d018f72
5 changed files with 42 additions and 30 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
alias vi="vim"
alias v="vim"
alias reload! ". $HOME/.config/fish/config.fish"
@@ -16,7 +15,7 @@ alias rspec "bundle exec rspec"
alias cap "bundle exec cap"
alias cucumber "bundle exec cucumber"
alias mkbundle "bundle install --path vendor/gems"
alias bd "bundle install --path vendor/gems"
alias ss "git up; bundle --quiet; bundle exec rake db:migrate"
alias rc "rails c"
alias rs "rails s"
@@ -32,7 +31,7 @@ alias ga "git add -u; git add .; git st"
alias gs "git st"
alias gd "git diff"
alias gp "git push"
alias gu "gut up"
alias gu "git up"
alias gb "git br"
# OSX