From 5711259e1a74bd7ede2d721922d762938de3e795 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Fri, 9 Apr 2021 18:22:31 +1000 Subject: bash/zsh >> prompt broke --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 1678c21..4f2ca54 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ [[ $- != *i* ]] && return # Our prompt (user@computer: >>) -PS1="\[\033[38;5;14m\]\u\[$(tput sgr0)\]\[\033[38;5;243m\]@\[$(tput sgr0)\]\[\033[38;5;194m\]\h\[$(tput sgr0)\]\[\033[38;5;243m\]:\[$(tput sgr0)\]\[\033[38;5;15m\]\w \[$(tput sgr0)\]" +PS1="\[\033[38;5;14m\]\u\[$(tput sgr0)\]\[\033[38;5;243m\]@\[$(tput sgr0)\]\[\033[38;5;194m\]\h\[$(tput sgr0)\]\[\033[38;5;243m\]:\[$(tput sgr0)\]\[\033[38;5;15m\]\w ยป \[$(tput sgr0)\]" [ ! -z "$SSH_CLIENT" ] && PS1="(SSH) $PS1" -- cgit