Entry tags:
style system variables
Is it possible to set a variable to be another variable?
That is, instead of:
set color_thing = "#333366";
doing:
set color_thing = $*some_other_thing;
such that the default value of $*color_thing is equal to the value of $*some_other_thing, but with option for user to override?
That is, instead of:
set color_thing = "#333366";
doing:
set color_thing = $*some_other_thing;
such that the default value of $*color_thing is equal to the value of $*some_other_thing, but with option for user to override?