summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/hush/p2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hush/p b/bin/hush/p
index 34849c2..79c57c3 100755
--- a/bin/hush/p
+++ b/bin/hush/p
@@ -2,4 +2,4 @@
set -eu
set -o pipefail
-rbw ls --fields name,user | perl -pale'$_ = "$F[0]/$F[1]\t$_"' | fzf --with-nth=1 | perl -pale's/^[^\t]*\t//' | xargs rbw get
+rbw ls --fields name,user | perl -pale'$_ = "$F[0]/$F[1]\t$_"' | fzf --with-nth=1 | perl -pale's/^[^\t]*\t//' | xargs -r rbw get