aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_profile')
-rw-r--r--bash/bash_profile3
1 files changed, 0 insertions, 3 deletions
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"
-