summaryrefslogtreecommitdiff
path: root/home
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
parent2ab91ce30ae4fad96fba387290d39d08dbb315dd (diff)
use shell echo pwd instead of _zo_echo env
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc4
-rw-r--r--home/xyz/.profile1
2 files changed, 2 insertions, 3 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
}
diff --git a/home/xyz/.profile b/home/xyz/.profile
index 4927082e..491155ea 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -40,7 +40,6 @@ export INPUTRC="$XDG_CONFIG_HOME/.inputrc"
export QT_QPA_PLATFORMTHEME=gtk2
#export QT_STYLE_OVERRIDE=kvantum
export SXHKD_SHELL=sh
-export _ZO_ECHO=1
# enable color for `tree` command, not forced
export CLICOLOR=1
# for pacdiff, without using aur neovim-drop-in or neovim-symlinks