diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-25 01:02:41 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-25 01:02:41 -0700 |
commit | d4affdf231b645a48bf9ed7e18e483685096b122 (patch) | |
tree | e84e10c049eebc1ba99a76b09d3f3c3884640c52 /.bash_profile | |
parent | ae65e87c4b4118a44a22a4b639df5ced0bef9dc3 (diff) |
zoxide env echo pwd after z
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index e974e97b..86535f26 100644 --- a/.bash_profile +++ b/.bash_profile @@ -35,6 +35,7 @@ export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" export QT_STYLE_OVERRIDE=kvantum export SDCV_PAGER="less --quit-if-one-screen -RX" export SXHKD_SHELL=sh +export _ZO_ECHO=1 # use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/ #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" |