aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 20:01:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 20:01:13 +1200
commit4079ad3262d891ab85e6d34a1ea8c73f5e7e4b6a (patch)
treee28457aa73fdb5ccadfb0dc011dfb6af3ed467ce /bash
parentPrint Bash version in color at prompt on (diff)
downloaddotfiles-4079ad3262d891ab85e6d34a1ea8c73f5e7e4b6a.tar.gz
dotfiles-4079ad3262d891ab85e6d34a1ea8c73f5e7e4b6a.zip
Changed my mind
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/prompt.bash3
1 files changed, 0 insertions, 3 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 0e96a82f..c4293aae 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -35,9 +35,6 @@ prompt() {
# String it all together
PS1='\['"$format"'\]'"$PS1"'\['"$reset"'\] '
-
- # Print the Bash version number to the terminal
- printf '%sbash:%s%s\n' "$format" "$BASH_VERSION" "$reset"
;;
# Revert to simple inexpensive prompt