summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
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")"