Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Fix bash prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ziwon committed Jan 20, 2019
1 parent 8609275 commit 1cc1b8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bash/.pureline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ PL_COLORS[On_MyGreen]='\[\e[48;5;83m\]'
PL_COLORS[MyLightBlue]='\[\e[38;5;110m\]'
PL_COLORS[On_MyLightBlue]='\[\e[48;5;110m\]'

PL_COLORS[MySkyBlue]='\[\e[38;5;39m\]'
PL_COLORS[On_MySkyBlue]='\[\e[48;5;39m\]'

# All modules are enabled. Uncomment/comment to enable/disable a module
declare -a PL_MODULES=(
# Module Background Foreground
Expand All @@ -43,7 +46,7 @@ declare -a PL_MODULES=(
'path_module MyBlue Black'
'read_only_module MyRed White'
'background_jobs_module MyPurple White'
'git_module MyGreen Black'
'git_module MySkyBlue Black'
'return_code_module MyRed White'
'newline_module'
'prompt_module MyDarkGrey White'
Expand Down

0 comments on commit 1cc1b8e

Please sign in to comment.