aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 19:21:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 19:21:37 +1200
commit29c6b249971b2cca4062b1b9873f13543dc5fbad (patch)
tree02c545ae8a7af87d1c9548d2ee9309973685b1be /bash/bash_profile
parentTurn off direxpand, never used it anyway (diff)
downloaddotfiles-29c6b249971b2cca4062b1b9873f13543dc5fbad.tar.gz
dotfiles-29c6b249971b2cca4062b1b9873f13543dc5fbad.zip
Print Bash version on login shells
Diffstat (limited to 'bash/bash_profile')
-rw-r--r--bash/bash_profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bash_profile b/bash/bash_profile
index e23ec458..526e7f3b 100644
--- a/bash/bash_profile
+++ b/bash/bash_profile
@@ -13,3 +13,6 @@ if [[ -r $HOME/.bashrc ]]; then
source "$HOME"/.bashrc
fi
+# Print Bash version
+printf 'bash: %s\n' "$BASH_VERSION"
+