]> git.phdru.name Git - dotfiles.git/commitdiff
.profile: Add `>` as a prompt character for non-bash shells
authorOleg Broytman <phd@phdru.name>
Thu, 14 May 2020 14:16:11 +0000 (17:16 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 14 May 2020 14:16:11 +0000 (17:16 +0300)
.profile

index f9a437a411e3ab8145f5c0faac70b5240eb9cb4c..4e9958e77ef43e744245e8ca4bb17693eb308692 100644 (file)
--- a/.profile
+++ b/.profile
@@ -196,7 +196,7 @@ if [ -t 0 ] ; then
       . "$ENV"
 
    else
       . "$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
    fi
 
    export OPS1