I want to use my own specific variable KILL, but I can't find a way to make it visible for non-terminal session.
By now I tried to add KILL=0 and export KILL=0 to ~/.profile, but that doesn't seem to work (when I tried to echo KILL into some txt file, it showed empty lines only, example - echo $KILL >> test.txt).
What should I do to make my variable visible for non-terminal sessions?