Auto commit: 2024-11-07 23:15:01

This commit is contained in:
Daniel Fichtinger 2024-11-07 23:15:01 -05:00
parent 63bbc681fb
commit 893b0e0c6c

3
.zshrc
View file

@ -4,6 +4,9 @@ source $ZSH/oh-my-zsh.sh
# autoload -U promptinit; promptinit # autoload -U promptinit; promptinit
# prompt purer # 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 # Set up fzf key bindings and fuzzy completion
eval "$(fzf --zsh)" eval "$(fzf --zsh)"