Merge pull request #8 from al-x/patch-1

sync clipboard example and source usage func
This commit is contained in:
dylan 2019-11-29 15:24:09 +02:00 committed by GitHub
commit 19188bdd0a
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 ```sh
# Default: 'xclip -selection clipboard'. # Default: 'xclip -selection clipboard'.
export PASH_DIR='xclip -selection clipboard' export PASH_CLIP='xclip -selection clipboard'
``` ```