Configure command timer. And update the fzf install.
This commit is contained in:
parent
add80b3c2b
commit
00036d8c55
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
# jichu4n/fish-command-timer
|
||||
set fish_command_timer_time_format '%b %d %I:%M%p'
|
||||
set fish_command_timer_time_format ''
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
" Fzf ------------------------------
|
||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
" The amazing junegunn fzf in vim.
|
||||
|
||||
" Fzf.vim ------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue