From 4079ad3262d891ab85e6d34a1ea8c73f5e7e4b6a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Sep 2013 20:01:13 +1200 Subject: Changed my mind --- bash/bashrc.d/prompt.bash | 3 --- 1 file changed, 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 -- cgit v1.2.3