Heredoc
Heredoc
2024-09-09
Use heredoc to pass the string as-is between two delimiters (e.g. EOF)
cat << "EOF" >> ~/.xprofile
# ~/.xprofile
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
ibus-daemon -drx
EOFLast updated on