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
if ((UID)); then
prompt_user="${pblack}\u${preset} "
bang="${pblack}>"
bang="${pblack}>${preset}"
else
prompt_user="${pred}\u${preset} "
bang="${pred}>"
bang="${pred}>${preset}"
fi
ps_line1="[ ${prompt_user}${HOSTNAME}:${pblack}$(pwd)${preset} ]"
ps_line2="${bang}${preset} "
ps_line2="${bang} "
PS1="${ps_line1}\n${ps_line2}"
}
PROMPT_COMMAND=prompt_command

4
gvimrc
View file

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

View file

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