If you want to pass “NEW LINE” while pasting:
bind 'set enable-bracketed-paste off'
echo 'set enable-bracketed-paste off' > $HOME/.inputrc
If you do not want to pass “NEW LINE” while pasting:
bind 'set enable-bracketed-paste on'
echo 'set enable-bracketed-paste on' > $HOME/.inputrc
If you have no idea, do nothing!
echo "Seriously?"