docs: update

This commit is contained in:
Dylan Araps 2019-11-30 18:54:17 +00:00
parent 358d362ac4
commit da7b3ee15a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@ PASH_DIR=/mnt/drive/pash pash list
Set the environment variable `PASH_CLIP` to a command. Set the environment variable `PASH_CLIP` to a command.
**NOTE**: I advise that you disable clipboard history in managers like KDE's `klipper` before copying passwords through `pash`. Your Desktop Environment's clipboard manager may read entries from the X clipboard when `xclip` is used.
**NOTE**: `pash` will correctly clear all clipboards which have history disabled.
```sh ```sh
# Default: 'xclip -sel c'. # Default: 'xclip -sel c'.
export PASH_CLIP='xclip -sel c' export PASH_CLIP='xclip -sel c'