Removed default colour from whoami.py

This commit is contained in:
James Booth
2016-02-25 02:05:47 +00:00
parent fe1585ecfd
commit 31ba3d871c

View File

@@ -3,7 +3,7 @@ import getpass
def _cmd_whoami():
me = getpass.getuser()
prof.cons_show_themed("whoami", "result", "bold_yellow", me)
prof.cons_show_themed("whoami", "result", None, me)
def prof_init(version, status):
synopsis = [ "/whoami" ]