aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-15 17:14:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-15 17:14:11 +1200
commiteab39d77f357ef1329189d64d4398b5748f6bef7 (patch)
treef4d58fc462b9446893712015727e7e47706c23ca /bash
parentBind hotkeys for starting calculator etc (diff)
downloaddotfiles-eab39d77f357ef1329189d64d4398b5748f6bef7.tar.gz
dotfiles-eab39d77f357ef1329189d64d4398b5748f6bef7.zip
Remove bell from PS1
Diffstat (limited to '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 98660ff6..34c9ae87 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -8,7 +8,7 @@ prompt() {
on)
# Set up pre-prompt command and prompt format
PROMPT_COMMAND='ret=$? ; history -a'
- PS1='\[\a\][\u@\h:\w]$(prompt vcs)$(prompt job)$(prompt ret)\$'
+ PS1='[\u@\h:\w]$(prompt vcs)$(prompt job)$(prompt ret)\$'
# If Bash 4.0 is available, trim very long paths in prompt
if ((${BASH_VERSINFO[0]} >= 4)); then