set MGA_MENU_STYLE=mageia foreach file (/etc/sysconfig/menustyle $HOME/.menustyle) if ( -f $file ) then eval `sed 's|^#.*||' $file | sed 's|\([^=]*\)=\([^=]*\)|set \1=\2|g' | sed 's|$|;|' ` endif end if ($MGA_MENU_STYLE == discovery && ! ${?XDG_CONFIG_DIRS}) then set MGA_MENU_STYLE=mageia endif setenv MGA_MENU_STYLE $MGA_MENU_STYLE