From 1f2d8fd2cebac31ac1381a3e41308d3cf85e63ed Mon Sep 17 00:00:00 2001 From: Alex Ratner Date: Fri, 29 Nov 2019 14:18:09 +0100 Subject: [PATCH] sync clipboard example and source usage func --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c8256b..246ad4f 100644 --- a/README.md +++ b/README.md @@ -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' ```