Turn off bracketed paste in bash
This commit is contained in:
parent
035d269796
commit
4dbbe59e96
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ bind '"\e[A": history-search-backward'
|
||||||
bind '"\e[B": history-search-forward'
|
bind '"\e[B": history-search-forward'
|
||||||
bind 'set bell-style none'
|
bind 'set bell-style none'
|
||||||
bind 'set completion-ignore-case on'
|
bind 'set completion-ignore-case on'
|
||||||
|
bind 'set enable-bracketed-paste off'
|
||||||
|
|
||||||
export PS1="\[\033[01m\]\u@\h>\[\033[00m\] "
|
export PS1="\[\033[01m\]\u@\h>\[\033[00m\] "
|
||||||
if test $(id -u) -ne 0 && test -x /usr/bin/dnf
|
if test $(id -u) -ne 0 && test -x /usr/bin/dnf
|
||||||
|
|
Loading…
Reference in a new issue