Auto commit: 2024-11-07 23:15:01
This commit is contained in:
parent
63bbc681fb
commit
893b0e0c6c
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -4,6 +4,9 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
# autoload -U promptinit; promptinit
|
||||
# prompt purer
|
||||
autoload -U edit-command-line
|
||||
zle -N edit-command-line
|
||||
bindkey "^e" edit-command-line
|
||||
|
||||
# Set up fzf key bindings and fuzzy completion
|
||||
eval "$(fzf --zsh)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue