[macos] Update themeing

This commit is contained in:
Andrew Williams
2026-01-15 16:53:43 +00:00
parent cbc7e5fe81
commit 8c013bb66c
5 changed files with 27 additions and 1 deletions

View File

@@ -138,5 +138,5 @@ f() {
# Search for a file using macOS Spotlight
# https://natelandau.com/my-mac-os-zsh-profile/
spotlight() {
mdfind "kMDItemDisplayName == '${1}'wc"
mdfind "kMDItemDisplayName == '${1}'wc" | fzf --preview 'fzf-preview.sh {}' --height 40%
}