aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:39:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:39:07 +1200
commitb3968988c72463c0c90dd159b1b290a43456b957 (patch)
tree4fe9bd462fb43a7d3f687909bf53bc6b2d602858 /bash
parentDon't really want tmux to flare on every alert (diff)
downloaddotfiles-b3968988c72463c0c90dd159b1b290a43456b957.tar.gz
dotfiles-b3968988c72463c0c90dd159b1b290a43456b957.zip
Remove alert on prompt
Will call alert explicitly or use it for more notable events
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index ef8cf871..65face25 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -181,7 +181,7 @@ function prompt {
# Turn complex coloured prompt on.
on)
PROMPT_COMMAND='history -a'
- PS1='[\u@\h:\w]$(alert)$(prompt return)$(prompt vcs)$(prompt jobs)\$'
+ PS1='[\u@\h:\w]$(prompt return)$(prompt vcs)$(prompt jobs)\$'
PS1="${color_prompt}${PS1}${color_norm} "
case "$TERM" in
screen*) PS1='\[\ek\h\e\\\]'${PS1};;