From 1c6e451de2956d231563777ade549502bbda270a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Sep 2013 19:50:50 +1200 Subject: Print Bash version in color at prompt on --- bash/bash_profile | 3 --- 1 file changed, 3 deletions(-) (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile index 526e7f3b..e23ec458 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -13,6 +13,3 @@ if [[ -r $HOME/.bashrc ]]; then source "$HOME"/.bashrc fi -# Print Bash version -printf 'bash: %s\n' "$BASH_VERSION" - -- cgit v1.2.3