shared fonts
parent
ac5757cccf
commit
5ad4a525b9
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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/)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -36,8 +36,9 @@ function zuper_scm_prompt_info {
|
||||||
|
|
||||||
|
|
||||||
prompt() {
|
prompt() {
|
||||||
|
# » ➜
|
||||||
local my_branch="$(zuper_scm_prompt_info)"
|
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
|
PROMPT_COMMAND=prompt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue