sync clipboard example and source usage func

This commit is contained in:
Alex Ratner 2019-11-29 14:18:09 +01:00 committed by GitHub
parent 7880e03108
commit 1f2d8fd2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,5 +144,5 @@ Set the environment variable `PASH_CLIP` to a command.
```sh
# Default: 'xclip -selection clipboard'.
export PASH_DIR='xclip -selection clipboard'
export PASH_CLIP='xclip -selection clipboard'
```