Change git banner to a greek temple
Because git deserves no less than a greek temple.
This commit is contained in:
parent
18c8d88351
commit
60cd1be59c
1 changed files with 7 additions and 1 deletions
8
vimrc
8
vimrc
|
@ -362,7 +362,13 @@ function! s:hex(...)
|
|||
endfunction
|
||||
command! -nargs=* Hex call <sid>hex(<q-args>)
|
||||
|
||||
" === GIT STUFF === "
|
||||
" ┌─────────────────┐
|
||||
" └─┬─┬───┬─┬───┬─┬─┘
|
||||
" │ │ │ │ │ │
|
||||
" │ │ │ │ │ │
|
||||
" ┌─┴─┴───┴─┴───┴─┴─┐
|
||||
" ┌┘ Git Stuff └┐
|
||||
" └───────────────────┘
|
||||
|
||||
function! s:gitroot()
|
||||
let s:ret = substitute(system('git rev-parse --show-toplevel'), '\n\_.*', '', '')
|
||||
|
|
Loading…
Reference in a new issue