fix fzf
This commit is contained in:
parent
7c57a295da
commit
e6866527b7
1 changed files with 3 additions and 3 deletions
|
@ -29,10 +29,10 @@ filetype plugin on
|
||||||
" Load an indent file for the detected file type.
|
" Load an indent file for the detected file type.
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
||||||
" MacOS fzf port
|
" Device Specefic Ports
|
||||||
{{- if eq .chezmoi.os "darwin" -}}
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
set rtp+=/opt/homebrew/opt/fzf
|
set rtp+=/opt/homebrew/opt/fzf
|
||||||
{{- end -}}
|
{{ end }}
|
||||||
|
|
||||||
" Turn syntax highlighting on.
|
" Turn syntax highlighting on.
|
||||||
syntax on
|
syntax on
|
||||||
|
|
Loading…
Reference in a new issue