]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
.profile: Add `>` as a prompt character for non-bash shells
[dotfiles.git] / .profile
index f9a437a411e3ab8145f5c0faac70b5240eb9cb4c..4e9958e77ef43e744245e8ca4bb17693eb308692 100644 (file)
--- 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