Configure command timer. And update the fzf install.

This commit is contained in:
Shawn Anderson 2022-10-28 08:28:45 -07:00
parent add80b3c2b
commit 00036d8c55
2 changed files with 2 additions and 2 deletions

View File

@ -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 ''

View File

@ -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 ------------------------------