aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/prompt.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-21 13:58:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-21 13:58:46 +1200
commit5a910b097760d7a61e26c5604d30483414ca0f6b (patch)
tree1945ea463f7630b34a9b4ae1ca1633ab78ac0e9e /bash/bashrc.d/prompt.bash
parentRestore lost opening quote to prompt function (diff)
downloaddotfiles-5a910b097760d7a61e26c5604d30483414ca0f6b.tar.gz
dotfiles-5a910b097760d7a61e26c5604d30483414ca0f6b.zip
Remove bell from minimal prompt
Diffstat (limited to 'bash/bashrc.d/prompt.bash')
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index bac7c6f4..478c6594 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -32,7 +32,7 @@ prompt() {
# Revert to simple inexpensive prompt
off)
PROMPT_COMMAND=
- PS1='\[\a\]\$ '
+ PS1='\$ '
;;
# Git prompt function