Skip to content

Commit

Permalink
theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Mar 19, 2019
1 parent 74a5e8b commit d94f510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/shell_prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion etc/vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit d94f510

Please sign in to comment.