summaryrefslogtreecommitdiff
path: root/.config/bash/rc.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-07 12:42:39 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-07 12:42:39 -0500
commit2aeb4cce82448d0216411fb8a0b6676f5e87d7da (patch)
treea75ff0f58deff2c63506665c9d93b5b6d1d76d99 /.config/bash/rc.sh
parent9af5f9a09be1a755630c4c9f3cf99e93da65c285 (diff)
bash: rename the buffer in Emacs' ansi-term
Diffstat (limited to '.config/bash/rc.sh')
-rw-r--r--.config/bash/rc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/rc.sh b/.config/bash/rc.sh
index 633f81e..62cc8ec 100644
--- a/.config/bash/rc.sh
+++ b/.config/bash/rc.sh
@@ -23,7 +23,6 @@ mkdir -p "${HISTFILE%/*}"
# General settings
shopt -s checkwinsize # update the values of LINES and COLUMNS
shopt -s globstar # Let ** recursively scan directories
-PROMPT_COMMAND=''
################################################################################
# Overly complicated setting of PS1 #
@@ -38,6 +37,7 @@ term-title() {
esac
printf "$fmt" "$*"
}
+PROMPT_COMMAND=''
make_prompt() {
echo "${BOLD}${GREEN}\u@\h${BLUE}:\w${RESET}"