diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 3c61344c..6eec2bf1 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -674,8 +674,7 @@ editor=/home/fic/.config/aerc/helix-config/hx.sh # # This parameter can also be set per account in accounts.conf. # address-book-cmd=emailbook /home/fic/mail/emailbook.txt --search "%s" -# address-book-cmd='notmuch address "*" | grep -i "%s"' -address-book-cmd='notmuch address "%s"' +address-book-cmd='/home/fic/.config/mail/abook.sh "%s"' # Specifies the command to be used to select attachments. Any occurrence of # '%s' in the file-picker-cmd will be replaced with the argument diff --git a/.config/yazi/plugins/custom-shell.yazi/yazi_cmd_history b/.config/yazi/plugins/custom-shell.yazi/yazi_cmd_history index ac30fa0b..5fe0e0ed 100644 --- a/.config/yazi/plugins/custom-shell.yazi/yazi_cmd_history +++ b/.config/yazi/plugins/custom-shell.yazi/yazi_cmd_history @@ -1,2 +1,3 @@ zsh -ic 'lg;exit' zsh -ic 'chmod +x get_git_provider_url.fish;exit' +zsh -ic 'mksh abook;exit'