############################################################################### # # Copyright (C) 2009-2013 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo # Company Ltd., and are protected by Federal copyright law. They may # not be disclosed to third parties or copied or duplicated in any form, # in whole or in part, without the prior written consent of Nintendo. # ############################################################################### # Update PS1 to include session information (if enabled) if [ "$SESSION_MANAGER" = "1" ] then if [ ! -z "$BRIDGE_CURRENT_IP_ADDRESS" ] then CAPTION="Multi-Cafe Session for $BRIDGE_CURRENT_NAME($BRIDGE_CURRENT_IP_ADDRESS)" else CAPTION="Multi-Cafe Session" fi export PS1="\[\e]0;$CAPTION, \w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ " fi