diff --git a/fonts/CONSOLA-Powerline.ttf b/fonts/CONSOLA-Powerline.ttf new file mode 100644 index 00000000..561c7218 Binary files /dev/null and b/fonts/CONSOLA-Powerline.ttf differ diff --git a/fonts/CONSOLAB-Powerline.ttf b/fonts/CONSOLAB-Powerline.ttf new file mode 100644 index 00000000..def6fe4f Binary files /dev/null and b/fonts/CONSOLAB-Powerline.ttf differ diff --git a/fonts/CONSOLAI-Powerline.ttf b/fonts/CONSOLAI-Powerline.ttf new file mode 100644 index 00000000..f26f3088 Binary files /dev/null and b/fonts/CONSOLAI-Powerline.ttf differ diff --git a/fonts/CONSOLAZ-Powerline.ttf b/fonts/CONSOLAZ-Powerline.ttf new file mode 100644 index 00000000..bf86dcf9 Binary files /dev/null and b/fonts/CONSOLAZ-Powerline.ttf differ diff --git a/fonts/README.md b/fonts/README.md new file mode 100644 index 00000000..5e33f5b9 --- /dev/null +++ b/fonts/README.md @@ -0,0 +1,14 @@ +consolas-powerline-vim +====================== + +Fixed Consolas font for use with Vim Powerline. Font has all variants: regular, bold, italic, bold-italic. + +## Usage + +Extract the font files and install them onto your system. Choose to use those fonts in Vim. + +For more information about the purpose of this, as well as usage information, please see: + +[Consolas Font in Vim Powerline](http://codejury.com/consolas-font-in-vim-powerline-windows/) + + diff --git a/themes/zuper/zuper.theme.bash b/themes/zuper/zuper.theme.bash index a741d9e4..0b30dbab 100644 --- a/themes/zuper/zuper.theme.bash +++ b/themes/zuper/zuper.theme.bash @@ -36,8 +36,9 @@ function zuper_scm_prompt_info { prompt() { + # » ➜ local my_branch="$(zuper_scm_prompt_info)" - PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${white}»${normal} " + PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${white}➜${normal} " } PROMPT_COMMAND=prompt