Change git banner to a greek temple

Because git deserves no less than a greek temple.
This commit is contained in:
Talia 2018-08-02 14:08:27 +02:00
parent 18c8d88351
commit 60cd1be59c

8
vimrc
View file

@ -362,7 +362,13 @@ function! s:hex(...)
endfunction endfunction
command! -nargs=* Hex call <sid>hex(<q-args>) command! -nargs=* Hex call <sid>hex(<q-args>)
" === GIT STUFF === " " ┌─────────────────┐
" └─┬─┬───┬─┬───┬─┬─┘
" │ │ │ │ │ │
" │ │ │ │ │ │
" ┌─┴─┴───┴─┴───┴─┴─┐
" ┌┘ Git Stuff └┐
" └───────────────────┘
function! s:gitroot() function! s:gitroot()
let s:ret = substitute(system('git rev-parse --show-toplevel'), '\n\_.*', '', '') let s:ret = substitute(system('git rev-parse --show-toplevel'), '\n\_.*', '', '')