Configure editor; configure username extractor for git pass helper.

This commit is contained in:
Ray Miller 2024-11-29 17:13:27 +00:00
parent 05329e43f9
commit 12e249fbd7
2 changed files with 8 additions and 1 deletions

View file

@ -33,3 +33,8 @@ alias grep='grep --color=auto'
# Configure TTY for pinentry # Configure TTY for pinentry
GPG_TTY=$(tty) GPG_TTY=$(tty)
export GPG_TTY export GPG_TTY
# Editor setup
export ALTERNATE_EDITOR=""
export EDITOR="emacsclient --tty"
export VISUAL="emacsclient"

View file

@ -1,3 +1,5 @@
[forge.1729.org.uk] [forge.1729.org.uk]
target=dev/forge target=dev/forge
username=ray username_extractor=regex_search
regex_username=^user: (.*)$