Skip to content

Commit

Permalink
fix: slow paste
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Jan 31, 2023
1 parent bb4d207 commit e523bba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ compinit

source <(kubectl completion zsh)

autoload -Uz bracketed-paste-magic
zle -N bracketed-paste bracketed-paste-magic
zstyle ':bracketed-paste-magic' active-widgets '.self-*'

#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
Expand Down

0 comments on commit e523bba

Please sign in to comment.