This commit is contained in:
Simon Rieger 2023-08-27 19:27:55 +02:00
parent 7c57a295da
commit e6866527b7

View file

@ -29,10 +29,10 @@ filetype plugin on
" Load an indent file for the detected file type.
filetype indent on
" MacOS fzf port
{{- if eq .chezmoi.os "darwin" -}}
" Device Specefic Ports
{{ if eq .chezmoi.os "darwin" }}
set rtp+=/opt/homebrew/opt/fzf
{{- end -}}
{{ end }}
" Turn syntax highlighting on.
syntax on