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 setopt prompt_subst
# Load the theme # 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 md='mkdir -p'
alias rd=rmdir alias rd=rmdir
alias d='dirs -v' alias d='dirs -v'

View file

@ -3,4 +3,4 @@
# Examples: http://rubyurl.com/ZXv # Examples: http://rubyurl.com/ZXv
# #
export GREP_OPTIONS='--color=auto' 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 ruby_version=$(~/.rvm/bin/rvm-prompt 2> /dev/null) || return
echo "($ruby_version)" echo "($ruby_version)"
} }

View file

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

View file

@ -31,4 +31,3 @@ fi
# update the zsh file # update the zsh file
_update_zsh_update _update_zsh_update

View file

@ -17,4 +17,4 @@ else
source /etc/profile source /etc/profile
fi fi
echo "Thanks for trying out Oh My Zsh. It's been uninstalled." echo "Thanks for trying out Oh My Zsh. It's been uninstalled."

View file

@ -9,4 +9,4 @@ echo '\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '
echo ' /____/' echo ' /____/'
echo "Hooray! Oh My Zsh has been updated and/or is at the current version. \nAny new updates will be reflected when you start your next terminal session." echo "Hooray! Oh My Zsh has been updated and/or is at the current version. \nAny new updates will be reflected when you start your next terminal session."
echo "To keep up on the latest, be sure to follow Oh My Zsh on twitter: http://twitter.com/ohmyzsh" echo "To keep up on the latest, be sure to follow Oh My Zsh on twitter: http://twitter.com/ohmyzsh"
cd $current_path cd $current_path