summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-14 19:43:47 -0800
committerxyz <gky44px1999@gmail.com>2021-12-14 19:43:47 -0800
commit46925ea55880d733352137cbd060ee312bfb3848 (patch)
treea0cb95f93038754e3b6d2758b6e209a2c037986d /home/xyz/.bashrc
parentae8868451352df27a30c7869e8f1b643fe726a63 (diff)
must source .bashrc after export _ZO_ECHO=1 and INPUTRC=..., else these two env will has no effect,I do not know why
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index a7a4e65d..8eb18704 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -88,14 +88,14 @@ eval "$(zoxide init bash --no-aliases)"
z () {
if __zoxide_z "$@"; then
l
- echo "$PWD"
+ #echo "$PWD"
fi
}
zi () {
if __zoxide_zi "$@"; then
l
- echo "$PWD"
+ #echo "$PWD"
fi
}