docs: update

This commit is contained in:
Dylan Araps 2019-11-29 15:40:10 +00:00
parent a4ca70125c
commit a6d599a214
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
pash
View File

@ -60,7 +60,7 @@ pw_show() {
} }
pw_copy() { pw_copy() {
# Disable warning against words-splitting as it is safe # Disable warning against word-splitting as it is safe
# and intentional (globbing is disabled). # and intentional (globbing is disabled).
# shellcheck disable=2086 # shellcheck disable=2086
pw_show "$1" | ${PASH_CLIP:-xclip -selection clipboard} pw_show "$1" | ${PASH_CLIP:-xclip -selection clipboard}