From 5a910b097760d7a61e26c5604d30483414ca0f6b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Aug 2013 13:58:46 +1200 Subject: Remove bell from minimal prompt --- bash/bashrc.d/prompt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3