Fix typo on Arch

I use Arch, BTW ;)
This commit is contained in:
Josh Sherman 2024-06-19 09:36:25 -05:00
parent 2c46da9c83
commit 2fcbc384a4
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -50,5 +50,5 @@ if has('mac')
elseif executable('apt')
set rtp+=/usr/share/doc/fzf/examples
elseif executable('pacman')
rtp+=~/.fzf
set rtp+=~/.fzf
endif