Mercurial > dotfiles
comparison dot_zshrc @ 657:3b903fda0c14
disable pasted text highlighting in zsh
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 24 Sep 2022 15:44:37 +0000 |
parents | 4a311e2f0e70 |
children | 77f3f615e4bf |
comparison
equal
deleted
inserted
replaced
656:505cc6e2fddf | 657:3b903fda0c14 |
---|---|
104 setopt pushdsilent | 104 setopt pushdsilent |
105 setopt nobeep | 105 setopt nobeep |
106 setopt notify | 106 setopt notify |
107 REPORTTIME=5 | 107 REPORTTIME=5 |
108 | 108 |
109 zle_highlight=('paste:none') | |
110 | |
109 HISTSIZE=3000 | 111 HISTSIZE=3000 |
110 SAVEHIST=3000 | 112 SAVEHIST=3000 |
111 HISTFILE=~/.zsh_history | 113 HISTFILE=~/.zsh_history |
112 | 114 |
113 # Completion | 115 # Completion |