docs: update
This commit is contained in:
parent
358d362ac4
commit
da7b3ee15a
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue