1
0
Fork 0

some slight font related tweaks

This commit is contained in:
Von Random 2017-09-21 16:22:55 +03:00
parent 347cacc969
commit a1eaa87ea0
3 changed files with 7 additions and 7 deletions

6
bashrc
View file

@ -44,13 +44,13 @@ prompt_command()
esac esac
if ((UID)); then if ((UID)); then
prompt_user="${pblack}\u${preset} " prompt_user="${pblack}\u${preset} "
bang="${pblack}>" bang="${pblack}>${preset}"
else else
prompt_user="${pred}\u${preset} " prompt_user="${pred}\u${preset} "
bang="${pred}>" bang="${pred}>${preset}"
fi fi
ps_line1="[ ${prompt_user}${HOSTNAME}:${pblack}$(pwd)${preset} ]" ps_line1="[ ${prompt_user}${HOSTNAME}:${pblack}$(pwd)${preset} ]"
ps_line2="${bang}${preset} " ps_line2="${bang} "
PS1="${ps_line1}\n${ps_line2}" PS1="${ps_line1}\n${ps_line2}"
} }
PROMPT_COMMAND=prompt_command PROMPT_COMMAND=prompt_command

4
gvimrc
View file

@ -1,7 +1,7 @@
if has('win32') if has('win32')
set guifont=Input:h10 set guifont=Iosevka_Regular:h10
else else
set guifont=Input\ 10 set guifont=Iosevka\ Regular\ 10
endif endif
set guiheadroom=0 guioptions=aei mouse=a set guiheadroom=0 guioptions=aei mouse=a
set noerrorbells visualbell t_vb= set noerrorbells visualbell t_vb=

View file

@ -8,7 +8,7 @@ allow_bold = true
dynamic_title = true dynamic_title = true
urgent_on_bell = true urgent_on_bell = true
clickable_url = true clickable_url = true
font = Fantasque Sans Mono 11 font = Iosevka Regular 10
scrollback_lines = 10000 scrollback_lines = 10000
search_wrap = true search_wrap = true
icon_name = terminal icon_name = terminal
@ -44,4 +44,4 @@ color14 = #93a1a1
color15 = #fdf6e3 color15 = #fdf6e3
[hints] [hints]
font = Fantasque Sans Mono 9 font = Iosevka Regular 9