Compare commits

..

No commits in common. "12b8f29978bbec6955811d42d21beb1c1d860793" and "3cc8057f2ccb535010568d93f4ba316f14c72c92" have entirely different histories.

2 changed files with 2 additions and 8 deletions

6
vimrc
View File

@ -75,9 +75,3 @@ 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 ''
path '%B'
percent ''
rc '%B%F{red}'
rc-always ''
sad-smiley ''
shell-level '%F{red}'
time '%F{blue}'
user '%F{blue}'
user '%B%F{blue}'
vcs ''
)