Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
Latest changes
Browse files Browse the repository at this point in the history
`ev`, moving between buffers, removing useless aliases and unused
plugins.
  • Loading branch information
kouno committed Jul 25, 2014
1 parent aa4e13f commit ccb10b6
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 2,274 deletions.
25 changes: 2 additions & 23 deletions aliases
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ alias tlf="tail -f"
alias ln='ln -v'
alias mkdir='mkdir -p'
alias ...='../..'
alias l='ls -l'
alias ll='ls -al'
alias lh='ls -Alh'
alias l='ls -lh'
alias ll='ls -Alh'
alias grep='grep --colour=auto'
alias -g G='| grep'
alias -g M='| less'
Expand All @@ -14,7 +13,6 @@ alias -g ONE="| awk '{ print \$1}'"

# git
alias g="git"
alias gci="git pull --rebase && rake && git push"

# Bundler
alias b="bundle"
Expand All @@ -29,25 +27,6 @@ alias cuc="bundle exec cucumber"
alias gi="gem install"
alias giv="gem install -v"

# Rails
alias migrate="rake db:migrate && rake db:rollback && rake db:migrate && rake db:test:prepare"

# Heroku staging
alias staging-console='heroku run console --remote staging'
alias staging-process='watch heroku ps --remote staging'
alias staging-releases='heroku releases --remote staging'
alias staging-tail='heroku logs --tail --remote staging'

# Heroku production
alias production-console='heroku run console --remote production'
alias production-process='watch heroku ps --remote production'
alias production-releases='heroku releases --remote production'
alias production-tail='heroku logs --tail --remote production'

# Heroku databases
alias db-backup-production='heroku pgbackups:capture --remote production'
alias db-copy-production-to-staging='heroku pgbackups:restore DATABASE `heroku pgbackups:url --remote production` --remote staging --confirm `basename $PWD`-staging'

# MacVim
alias mvim="mvim -v"

Expand Down
6 changes: 5 additions & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@
tool = Kaleidoscope
renames = copies
[push]
default = matching
default = matching
[git-up "rebase"]
auto = false
[gh]
protocol = https
49 changes: 0 additions & 49 deletions vim/plugin/ZoomWinPlugin.vim

This file was deleted.

80 changes: 0 additions & 80 deletions vim/plugin/ack.vim

This file was deleted.

10 changes: 0 additions & 10 deletions vim/plugin/ctags.vim

This file was deleted.

Loading

0 comments on commit ccb10b6

Please sign in to comment.