aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-25 14:08:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-25 14:08:33 +1200
commit65265c6e18e120e2ec52a03c3b567d90ba6c27d0 (patch)
tree777a32003c66523e6f9b6ac35e8dbec59eac043b /bash/bashrc
parentAdd redshift (diff)
downloaddotfiles-65265c6e18e120e2ec52a03c3b567d90ba6c27d0.tar.gz
dotfiles-65265c6e18e120e2ec52a03c3b567d90ba6c27d0.zip
Slightly clearer comment
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index f472beae..917526ce 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -1,4 +1,4 @@
-# Give up completely if no BASH_VERSINFO (<2.0)
+# Don't do anything if no BASH_VERSINFO set (implying bash < 2.0)
if ! test "$BASH_VERSINFO" ; then
return
fi