diff --git a/lib/appearance.zsh b/lib/appearance.zsh index ffee52b5e..e932e87a6 100644 --- a/lib/appearance.zsh +++ b/lib/appearance.zsh @@ -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" \ No newline at end of file +source "$ZSH/themes/$ZSH_THEME.zsh-theme" diff --git a/lib/directories.zsh b/lib/directories.zsh index 56d7a2316..4f1f84b9a 100644 --- a/lib/directories.zsh +++ b/lib/directories.zsh @@ -37,4 +37,4 @@ cd () { alias md='mkdir -p' alias rd=rmdir -alias d='dirs -v' \ No newline at end of file +alias d='dirs -v' diff --git a/lib/grep.zsh b/lib/grep.zsh index 93c4270b6..374279a69 100644 --- a/lib/grep.zsh +++ b/lib/grep.zsh @@ -3,4 +3,4 @@ # Examples: http://rubyurl.com/ZXv # export GREP_OPTIONS='--color=auto' -export GREP_COLOR='1;32' \ No newline at end of file +export GREP_COLOR='1;32' diff --git a/lib/rvm.zsh b/lib/rvm.zsh index 597be1b33..e1ac9e7bb 100644 --- a/lib/rvm.zsh +++ b/lib/rvm.zsh @@ -3,5 +3,3 @@ function rvm_prompt_info() { ruby_version=$(~/.rvm/bin/rvm-prompt 2> /dev/null) || return echo "($ruby_version)" } - - diff --git a/lib/termsupport.zsh b/lib/termsupport.zsh index fef978748..be755cf1b 100644 --- a/lib/termsupport.zsh +++ b/lib/termsupport.zsh @@ -18,4 +18,4 @@ case "$TERM" in print -Pn "\e]0;%n@%m: %~\a" # xterm } ;; -esac \ No newline at end of file +esac diff --git a/tools/check_for_upgrade.sh b/tools/check_for_upgrade.sh index c59ebaed4..9cdf327a0 100644 --- a/tools/check_for_upgrade.sh +++ b/tools/check_for_upgrade.sh @@ -31,4 +31,3 @@ fi # update the zsh file _update_zsh_update - diff --git a/tools/uninstall.sh b/tools/uninstall.sh index 8ff583322..9da5feff4 100644 --- a/tools/uninstall.sh +++ b/tools/uninstall.sh @@ -17,4 +17,4 @@ else source /etc/profile fi -echo "Thanks for trying out Oh My Zsh. It's been uninstalled." \ No newline at end of file +echo "Thanks for trying out Oh My Zsh. It's been uninstalled." diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 6bdd02e38..ec6d0b286 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -9,4 +9,4 @@ 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 "To keep up on the latest, be sure to follow Oh My Zsh on twitter: http://twitter.com/ohmyzsh" -cd $current_path \ No newline at end of file +cd $current_path