I want to remove a line that set a variable, its name is XMODIFIERS, but I can't locate where is it from.
I see it though:
Code:
$ export|grep -i xmod
declare -x XMODIFIERS="@im=unikey"
But it's not in bash startup files:
Code:
$cat /etc/profile /etc/bashrc ~/.bash_profile ~/.bashrc | grep -i xmod
returns nothing
How can i locate the file which sets
declare -x XMODIFIERS="@im=unikey"
Any help would be appreciate.