summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-15 17:31:19 -0800
committerxyz <gky44px1999@gmail.com>2021-12-15 17:31:19 -0800
commit2e101e9514782d515d488994849746a92e72d2fe (patch)
tree1407727dbc8a2cdf72217234a23d257aad3295ea /home/xyz/.bashrc
parent2ab91ce30ae4fad96fba387290d39d08dbb315dd (diff)
use shell echo pwd instead of _zo_echo env
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 80531e86..abd82ad6 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
}