From c0a0905021c5d44683933b656805621dbdc981b1 Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 8 Nov 2021 15:44:55 -0500 Subject: [PATCH] modify ps1 variable --- .xonshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.xonshrc b/.xonshrc index 6367e1d..1220c39 100644 --- a/.xonshrc +++ b/.xonshrc @@ -1,5 +1,8 @@ # general shit -$PROMPT = '{RED} <3 {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) ' +if $HOSTNAME != "riley-laptop": + $PROMPT = '<> {RESET}| {BOLD_GREEN}{cwd_base}{RESET}' +else: + $PROMPT = '{RED} <3 {RESET}| {BOLD_GREEN}{cwd_base}{RESET} ) ' $XONSH_COLOR_STYLE = 'default' xontrib load apt_tabcomplete argcomplete autovox jedi z