mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-31 11:28:14 +00:00
[macos] Add LSQ
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user