Skip to content

Commit

Permalink
2 line bash prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke F Wilson committed Nov 30, 2014
1 parent 4059570 commit 476755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ git_prompt () {
}


PROMPT_COMMAND='PS1="$(colored_time)⚡ \u${c_cyan} $(shorten_path "\w" 20)${c_purple}\$(git_prompt)${c_reset} > "'
PROMPT_COMMAND='PS1="$(colored_time)⚡ \u${c_cyan} $(shorten_path "\w" 20)${c_purple}\$(git_prompt)${c_reset} \n${c_green_bold}>${c_reset} "'

# always show ls with colors, including hidden, and humanized size
export LSCOLORS=GxBxhxDxdxxahadadaeaea
Expand Down

0 comments on commit 476755b

Please sign in to comment.