Skip to content
Snippets Groups Projects
Commit 896b75f2 authored by Simon May's avatar Simon May
Browse files

Enable color prompt in screen

parent 2fe1f6bc
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ HISTTIMEFORMAT='%F %T '
# set PS1
case "$TERM" in
xterm-color|*-256color) color_prompt=yes;;
xterm-color|*-256color|screen) color_prompt=yes;;
esac
if [ "$color_prompt" = yes ]; then
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment