docs: scripts sourced after init
This commit is contained in:
parent
47afe474a8
commit
e02f287489
14
.zshrc
14
.zshrc
@ -71,6 +71,12 @@ ENHANCD_ARG_DOUBLE_DOT='.'
|
|||||||
ENHANCD_ENABLE_SINGLE_DOT=false
|
ENHANCD_ENABLE_SINGLE_DOT=false
|
||||||
|
|
||||||
### fzf
|
### fzf
|
||||||
|
#
|
||||||
|
# Scripts sourced by zvm_after_init()
|
||||||
|
#
|
||||||
|
# - https://github.com/junegunn/fzf#key-bindings-for-command-line
|
||||||
|
# - https://github.com/junegunn/fzf#fuzzy-completion-for-bash-and-zsh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Adapted from https://github.com/zimfw/fzf
|
# Adapted from https://github.com/zimfw/fzf
|
||||||
#
|
#
|
||||||
@ -108,14 +114,6 @@ if (( ${+FZF_DEFAULT_COMMAND} )) export FZF_CTRL_T_COMMAND=${FZF_DEFAULT_COMMAND
|
|||||||
#
|
#
|
||||||
FZF_CTRL_R_OPTS="--no-sort --exact"
|
FZF_CTRL_R_OPTS="--no-sort --exact"
|
||||||
|
|
||||||
# Scripts sourced by zvm_after_init()
|
|
||||||
#
|
|
||||||
# - source /usr/share/doc/fzf/examples/key-bindings.zsh
|
|
||||||
# https://github.com/junegunn/fzf#key-bindings-for-command-line
|
|
||||||
#
|
|
||||||
# - source /usr/share/doc/fzf/examples/completion.zsh
|
|
||||||
# https://github.com/junegunn/fzf#fuzzy-completion-for-bash-and-zsh
|
|
||||||
|
|
||||||
# fzf: Alternate history (Ctrl-Win-R)
|
# fzf: Alternate history (Ctrl-Win-R)
|
||||||
#
|
#
|
||||||
if [[ -f $ALT_HISTORY_FILE ]]; then
|
if [[ -f $ALT_HISTORY_FILE ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user