The correct way would be:

set -u5 %d on

1. The -u5 comes before the %d.
2. Set only outputs information when using the -s switch, by default it is silent, so prefixing it with a dot won't do anything.


Gone.