X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/5e662c38a0d6c72be80f68b06c4ad973b67ffd1a..bb5c6b7eb989fbdbc4d2d0c783c8312f64fcd807:/dot/bashrc?ds=sidebyside diff --git a/dot/bashrc b/dot/bashrc index 1ed4aa0..a7173f7 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -69,7 +69,7 @@ if [ -t 0 ]; then ## Build the prompt string. PS1="$nl$bold$left$sec_l$u\\h$sec_r \\w$marker$right$unbold" PS2="$PS1 $bold>$unbold " - + unset nl bold unbold left right sec_l sec_r marker fi ###--------------------------------------------------------------------------