From 38d3c6c61fbb59775e029895787afeb0a7f2c06e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 10 Mar 2013 11:07:15 +0100 Subject: Use newlines at EOF consistently --- .bash_prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_prompt') diff --git a/.bash_prompt b/.bash_prompt index 110c926..21c4b4b 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -52,4 +52,4 @@ function parse_git_branch() { } export PS1="\[${BOLD}${MAGENTA}\]\u \[$WHITE\]at \[$ORANGE\]\h \[$WHITE\]in \[$GREEN\]\w\[$WHITE\]\$([[ -n \$(git branch 2> /dev/null) ]] && echo \" on \")\[$PURPLE\]\$(parse_git_branch)\[$WHITE\]\n\$ \[$RESET\]" -export PS2="\[$ORANGE\]→ \[$RESET\]" \ No newline at end of file +export PS2="\[$ORANGE\]→ \[$RESET\]" -- cgit v1.2.3