Skip to content

Commit

Permalink
rip tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Jun 16, 2010
1 parent 90308d9 commit 1e3630a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ alias clj='java -cp ~/apps/clojure-1.1.0/clojure.jar clojure.main'
alias h=heroku
alias reb='rip env base'
alias rp='rip-push'
alias rpp='rip-pop'

#git
alias g='git'
Expand Down
2 changes: 2 additions & 0 deletions .bash/completions
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ if [ -f ~/.bash/completion/git-completion.bash ]; then
source ~/.bash/completion/git-completion.bash
fi

eval `rip completion --bash`

#completion for cheat
if [ ! -r ~/.cheat_completion ]; then
echo "Rebuilding Cheat cache... "
Expand Down
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export PS1='\[\033[01;34m\]\W \[\033[01;32m\]$(__git_ps1 "(%s)")$ \[\033[00m\]'
#export PS1='\[\033[01;34m\]\W $ \[\033[00m\]'
export RI="--no-home --no-gems --no-site --format ansi -T"
export PATH=/Users/bozo/code/fork/rip/bin:$PATH:/opt/local/bin:/opt/local/sbin:/usr/local/mysql/bin:/Users/bozo/bin
export MANPATH=$MANPATH:/usr/local/git/man:/opt/local/share/man:/usr/local/man:/Users/bozo/code/fork/rip/man
export MANPATH=$MANPATH::/opt/local/share/man:/usr/local/man:/Users/bozo/code/fork/rip/man
export PGDATA=/opt/local/var/db/postgres
export LC_CTYPE=en_US.UTF-8
export RUBYLIB=/Users/bozo/code/fork/rip/lib
Expand Down
1 change: 0 additions & 1 deletion .rip_envs/blog.rip
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
RedCloth 4.2.3
classifier 1.3.1
directory_watcher 1.3.2
jekyll 0.5.7
Expand Down
1 change: 1 addition & 0 deletions .rip_envs/db.rip
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dm-core 1.0.0
do_sqlite3 0.10.2
extlib 0.9.15
mongo 1.0.2
sequel 3.12.1
1 change: 1 addition & 0 deletions .rip_envs/misc.rip
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
capistrano 2.5.18
cheat 1.2.1
gemcutter 0.5.0
git 1.2.5
Expand Down
1 change: 1 addition & 0 deletions .rip_envs/test.rip
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ contest 0.1.2
mocha 0.9.8
mocha-on-bacon 0.1.1
rcov 0.9.8
git://github.com/btakita/rr.git 8f9215496cf4d8437a4b410847fca9845b1de30c

0 comments on commit 1e3630a

Please sign in to comment.