cleaning up EOF

This commit is contained in:
Sven Lito 2010-10-09 23:09:19 +01:00
commit df29411154
8 changed files with 6 additions and 9 deletions

View file

@ -35,4 +35,4 @@ ZSH_THEME_GIT_PROMPT_CLEAN="" # Text to display if the branch is c
setopt prompt_subst
# Load the theme
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
source "$ZSH/themes/$ZSH_THEME.zsh-theme"

View file

@ -37,4 +37,4 @@ cd () {
alias md='mkdir -p'
alias rd=rmdir
alias d='dirs -v'
alias d='dirs -v'

View file

@ -3,4 +3,4 @@
# Examples: http://rubyurl.com/ZXv
#
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;32'
export GREP_COLOR='1;32'

View file

@ -3,5 +3,3 @@ function rvm_prompt_info() {
ruby_version=$(~/.rvm/bin/rvm-prompt 2> /dev/null) || return
echo "($ruby_version)"
}

View file

@ -18,4 +18,4 @@ case "$TERM" in
print -Pn "\e]0;%n@%m: %~\a" # xterm
}
;;
esac
esac