Skip to content

Commit

Permalink
Red smear
Browse files Browse the repository at this point in the history
  • Loading branch information
jstorimer committed Jun 9, 2010
1 parent 95822b0 commit 0139318
Show file tree
Hide file tree
Showing 282 changed files with 1,083 additions and 58,681 deletions.
20 changes: 0 additions & 20 deletions LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions README.rdoc

This file was deleted.

16 changes: 1 addition & 15 deletions bash/aliases
@@ -1,18 +1,4 @@
. ~/.zsh/aliases

# misc
alias reload='. ~/.bash_profile'

pathed_cd () {
if [ "$1" == "" ]; then
cd
else
cd "$1"
fi
pwd > ~/.cdpath
}
alias cd="pathed_cd"

if [ -f ~/.cdpath ]; then
cd $(cat ~/.cdpath)
fi
alias reload='. ~/.bashrc'
69 changes: 0 additions & 69 deletions bash/completion_scripts/capistrano_completion

This file was deleted.

24 changes: 0 additions & 24 deletions bash/completion_scripts/project_completion

This file was deleted.

4 changes: 1 addition & 3 deletions bash/completions
@@ -1,4 +1,2 @@
source ~/.bash/completion_scripts/git_completion
complete -C ~/.bash/completion_scripts/rake_completion -o default rake
complete -C ~/.bash/completion_scripts/project_completion -o default c
complete -C ~/.bash/completion_scripts/capistrano_completion -o default cap
complete -C ~/.bash/completion_scripts/rake_completion -o default rake
10 changes: 0 additions & 10 deletions bash/config
@@ -1,12 +1,2 @@
NOCOLOR='\e[0m' # disable all colors
EBLACK='\e[1;30m' # Black - Bold
ERED='\e[1;31m' # Red
EGREEN='\e[1;32m' # Green
bldylw='\e[1;33m' # Yellow
bldblu='\e[1;34m' # Blue
EPURP='\e[1;35m' # Purple
ECYAN='\e[1;36m' # Cyan
bldwht='\e[1;37m' # White

export PS1="\n\[$EGREEN\]\u:\[$ECYAN\]\w\[$EBLACK\] \$(vcprompt)\[$NOCOLOR\] \n→ "
export EDITOR="mate -w"
24 changes: 0 additions & 24 deletions bash_profile

This file was deleted.

7 changes: 7 additions & 0 deletions bashrc
@@ -0,0 +1,7 @@
source ~/.bash/aliases
source ~/.bash/completions
source ~/.bash/paths
source ~/.bash/config

# rvm-install added line:
if [[ -s /Users/jesse/.rvm/scripts/rvm ]] ; then source /Users/jesse/.rvm/scripts/rvm ; fi
38 changes: 0 additions & 38 deletions bin/bat_charge

This file was deleted.

0 comments on commit 0139318

Please sign in to comment.