summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index c9a1e2b3..7cf1e816 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -130,7 +130,7 @@ zqi_key () {
# well we use bash here so whatever
selected="$(printf '%q' "$(zoxide query -i)")"
# if don't want to use bash builtin printf:
- #selected=$(/bin/printf '%q' "$(zoxide query -i)")
+ #selected=$(/usr/bin/printf '%q' "$(zoxide query -i)")
# no "''" if select nothing
if ! [ "$selected" = "''" ]; then
# another way: