# -*- mode: sh -*- function incognito { PS1='$ ' PS2='> ' } function cognito { PS1="${cognito_PS1}" PS2="${cognito_PS2}" } cognito