aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-24 01:39:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-24 01:39:30 +1300
commit7836bf1654ee378c8e5f9c88b47834c07a975ba6 (patch)
treecc04a539c113fb97ea365eefdab001c87a71b41a
parentUpdate screen title on every prompt. (diff)
downloaddotfiles-7836bf1654ee378c8e5f9c88b47834c07a975ba6.tar.gz
dotfiles-7836bf1654ee378c8e5f9c88b47834c07a975ba6.zip
Custom PS2 prompt.
-rw-r--r--bash/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index c50ae7d7..d06a9bb9 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -39,6 +39,7 @@ esac
# Simple prompt.
PS1='\u@\h:\w\$ '
+PS2='...'
# Use colors for ls and grep, if available.
if [ -x /usr/bin/dircolors ]; then