summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-08-19 22:26:47 -0700
committerxyz <gky44px1999@gmail.com>2022-08-19 22:26:47 -0700
commit20d2c42c3284bc04ea95906f2178c1ca66b94c76 (patch)
tree50ca71963c4e2d8ff6954535bd1c25acd6169155 /home/xyz/.local
parentdecf907c8e20763336b9705acd2fbd86249e10f6 (diff)
refactor
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-xhome/xyz/.local/bin/px2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/px b/home/xyz/.local/bin/px
index 7d5c17d2..1b4e849d 100755
--- a/home/xyz/.local/bin/px
+++ b/home/xyz/.local/bin/px
@@ -2,7 +2,7 @@
# Printf Xsel
if [ $# -eq 0 ]; then
- printf '%s' "$PWD"
+ /usr/bin/printf '%q' "$PWD"
else
for dir; do
/usr/bin/printf '%q ' "$(realpath -- "$dir")"