# # lx2 rc script # echo -n "loading rc file ..." # # source aliases . /home/harding/src/lx2/aliases # # set input parser set parser marker # # set command fallthrough to system set fallthrough yes # # turn off core dumps set limit core-file 0 # # expand counters when printing text lines # (given arguments are OR'd together) set printflags counter_name counter_value echo "done."