[macos] Add LSQ

This commit is contained in:
Andrew Williams
2026-01-30 15:43:03 +00:00
parent a9c028f7df
commit e9e9b10165
2 changed files with 7 additions and 0 deletions

View File

@@ -140,3 +140,8 @@ f() {
spotlight() {
mdfind "kMDItemDisplayName == '${1}'wc" | fzf --preview 'fzf-preview.sh {}' --height 40%
}
# Provide default args to LSQ
if [ -x "$(command -v lsq)" ]; then
alias lsq='lsq -d $HOME/Documents/Logseq/PKM/'
fi