From bab5f6b47cd01914c4a7ae42039f5784bd703369 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Wed, 12 Jun 2013 17:47:48 +0200 Subject: [PATCH] Added missing new line at the end of file --- themes/anothertheme.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/anothertheme.zsh-theme b/themes/anothertheme.zsh-theme index 03998bc68..5aa98c4f9 100644 --- a/themes/anothertheme.zsh-theme +++ b/themes/anothertheme.zsh-theme @@ -25,4 +25,5 @@ PROMPT='[%*] %{$fg[$ANOTHERTHEME_USERHOSTNAME_COLOR]%}%n@%m%{$reset_color%}:%{$fg[$ANOTHERTHEME_PATH_COLOR]%}%/%{$reset_color%}$(git_prompt_info) %(!.#.$) ' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[yellow]%}[git:" -ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}" \ No newline at end of file +ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}" +