Configure editor; configure username extractor for git pass helper.
This commit is contained in:
parent
05329e43f9
commit
12e249fbd7
2 changed files with 8 additions and 1 deletions
5
.bashrc
5
.bashrc
|
@ -33,3 +33,8 @@ alias grep='grep --color=auto'
|
|||
# Configure TTY for pinentry
|
||||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
|
||||
# Editor setup
|
||||
export ALTERNATE_EDITOR=""
|
||||
export EDITOR="emacsclient --tty"
|
||||
export VISUAL="emacsclient"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[forge.1729.org.uk]
|
||||
target=dev/forge
|
||||
username=ray
|
||||
username_extractor=regex_search
|
||||
regex_username=^user: (.*)$
|
||||
|
||||
|
|
Loading…
Reference in a new issue