diff --git a/etc/shell_prompt.sh b/etc/shell_prompt.sh index 05fddf0..71ced3d 100644 --- a/etc/shell_prompt.sh +++ b/etc/shell_prompt.sh @@ -71,7 +71,7 @@ function __promptline_cwd { local first_char local part_count=0 local formatted_cwd="" - local dir_sep="  " + local dir_sep="  " local tilde="~" local cwd="${PWD/#$HOME/$tilde}" diff --git a/etc/vimrc.vim b/etc/vimrc.vim index 1288547..f8d3d52 100644 --- a/etc/vimrc.vim +++ b/etc/vimrc.vim @@ -300,7 +300,7 @@ let g:promptline_symbols = { \ 'left_alt' : "\uE0B9", \ 'right' : "\uE0BA", \ 'right_alt' : "\uE0BB", - \ 'dir_sep' : " \uE0BD ", + \ 'dir_sep' : " \uE0BF ", \ 'truncation' : "...", \ 'vcs_branch' : "\uE0A0 "} if !empty(globpath(&rtp, "promptline.vim"))