Merge branch 'master' of github.com:dylanaraps/pash

This commit is contained in:
Dylan Araps 2019-11-29 15:28:25 +00:00
commit c0cf6bbf4f
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
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'
```