mirror of
https://gitlab.com/TECHNOFAB/tmux-pinentry.git
synced 2025-12-12 02:00:17 +01:00
docs: add missing tmux config
This commit is contained in:
parent
c2fe2b6d60
commit
911c033792
1 changed files with 4 additions and 0 deletions
|
|
@ -8,4 +8,8 @@ See it in action:
|
||||||
1. add your fallback pinentry to `pinentry-tmux.sh`
|
1. add your fallback pinentry to `pinentry-tmux.sh`
|
||||||
2. put the shell script in your path, eg. `~/.local/bin/pinentry-tmux` (without `.sh`)
|
2. put the shell script in your path, eg. `~/.local/bin/pinentry-tmux` (without `.sh`)
|
||||||
3. configure gpg to use `pinentry-tmux` for pinentry
|
3. configure gpg to use `pinentry-tmux` for pinentry
|
||||||
|
4. for the script to detect that it’s running inside of TMUX, add this to your TMUX config:
|
||||||
|
```sh
|
||||||
|
PINENTRY_USER_DATA="tmux"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue