docs: update
This commit is contained in:
parent
a4ca70125c
commit
a6d599a214
2
pash
2
pash
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue