You should explicitly save configured state by synchronous
copy running-config startup-config
or asynchronous
system configuration save
command.
"show ..." commands always return current active status, not configured values (but active values may be equal to configured ones).
To revise configured state use
show running-config
and to view a configuration saved to a persistent storage
more startup-config