diff options
author | xyz <gky44px1999@gmail.com> | 2022-07-18 04:25:04 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-07-18 04:25:04 -0700 |
commit | 09ced488e393933caa2c75050dfeaff93e537355 (patch) | |
tree | b88db9f78cf754333ca76a9b084af5a506f35017 /home/xyz/.bashrc | |
parent | d5b8b3666366435b71f990f47c60cf6836643c80 (diff) |
use /bin instead of /usr/bin
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 67bd1e2c..48e49182 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -124,7 +124,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=$(/usr/bin/printf '%q' "$(zoxide query -i)") + #selected=$(/bin/printf '%q' "$(zoxide query -i)") # no "''" if select nothing if ! [ "$selected" = "''" ]; then # another way: |