AutoYADM commit: 2025-03-13 17:45:06

This commit is contained in:
Daniel Fichtinger 2025-03-13 17:45:06 -04:00
parent 76a7c5d0ac
commit d56c8bbf12
3 changed files with 13 additions and 1 deletions

View file

@ -629,7 +629,7 @@ always-show-mime=true
# Specifies the command to run the editor with. It will be shown in an embedded
# terminal, though it may also launch a graphical window if the environment
# supports it. Defaults to $EDITOR, or vi.
#editor=
editor=(cd /tmp && hx)
#
# When set, aerc will create and read .eml files for composing that have

3
.config/aerc/hx.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/env bash
cd /tmp && hx "$@"