Compare commits

...

2 Commits

Author SHA1 Message Date
giomba 12b8f29978 vimrc: colors and numbers 2021-11-08 11:45:52 +01:00
giomba 05f10b1d72 zshrc: remove bold 2021-10-29 13:26:23 +02:00
2 changed files with 8 additions and 2 deletions

6
vimrc
View File

@ -75,3 +75,9 @@ autocmd BufWritePre * %s/\s\+$//e
set nobackup
set noundofile
" show line numbers
set number
" use soft and nice color scheme
colorscheme pablo

4
zshrc
View File

@ -2117,14 +2117,14 @@ grml_prompt_pre_default=(
host ''
jobs '%F{cyan}'
newline ''
path '%B'
path ''
percent ''
rc '%B%F{red}'
rc-always ''
sad-smiley ''
shell-level '%F{red}'
time '%F{blue}'
user '%B%F{blue}'
user '%F{blue}'
vcs ''
)