From cc4271cd8c256a378472017827a04c83f951347c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 14 May 2020 17:16:11 +0300 Subject: [PATCH] .profile: Add `>` as a prompt character for non-bash shells --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index f9a437a..4e9958e 100644 --- a/.profile +++ b/.profile @@ -196,7 +196,7 @@ if [ -t 0 ] ; then . "$ENV" else - OPS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` " + OPS1="${debian_chroot:+($debian_chroot)}`/usr/bin/whoami`@`/bin/hostname -s` >" fi export OPS1 -- 2.39.2