1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Misc improvements.

This commit is contained in:
2020-09-16 17:02:40 +02:00
parent 62e2bee5ee
commit ca77a72103
2 changed files with 6 additions and 0 deletions

View File

@@ -211,6 +211,10 @@ function _pip_completion {
compctl -K _pip_completion pip
# pip zsh completion end
# Enable autocorrect, in case I still get it wrong
setopt correct
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [ynae] "
##########################
## History configuration #
##########################