fix: adapt enhancd behaviour
This commit is contained in:
parent
6195431d44
commit
6e4aefb64e
8
.zshrc
8
.zshrc
@ -45,8 +45,12 @@ source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
|
|||||||
#
|
#
|
||||||
# See https://github.com/b4b4r07/enhancd
|
# See https://github.com/b4b4r07/enhancd
|
||||||
#
|
#
|
||||||
|
# Changes from default behaviour:
|
||||||
|
# - Use single-dot to show upper tree (default is sub-dir);
|
||||||
|
# (use Alt-C (provided by fzf) to go into sub-dir).
|
||||||
ENHANCD_DIR=$HOME/.zim
|
ENHANCD_DIR=$HOME/.zim
|
||||||
ENHANCD_DOT_ARG='.'
|
ENHANCD_ARG_DOUBLE_DOT='.'
|
||||||
|
ENHANCD_ENABLE_SINGLE_DOT=false
|
||||||
|
|
||||||
### fzf
|
### fzf
|
||||||
#
|
#
|
||||||
@ -273,7 +277,7 @@ fi
|
|||||||
###
|
###
|
||||||
|
|
||||||
export BROWSER=firefox
|
export BROWSER=firefox
|
||||||
export EDITOR=nvim
|
export EDITOR=vi
|
||||||
|
|
||||||
# -i Searches ignore case
|
# -i Searches ignore case
|
||||||
# -F Automatically exit if the entire file can be displayed
|
# -F Automatically exit if the entire file can be displayed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user