Commit 73dad27c authored by Murukesh Mohanan's avatar Murukesh Mohanan

bugfix for version check

parent e1364c4f
...@@ -120,7 +120,7 @@ esac ...@@ -120,7 +120,7 @@ esac
setopt appendhistory histignorespace histignorealldups histnostore histreduceblanks histsavenodups setopt appendhistory histignorespace histignorealldups histnostore histreduceblanks histsavenodups
autoload is-at-least autoload is-at-least
if is-at-least $ZSH_VERSION 5.3.0 if is-at-least 5.3.0 $ZSH_VERSION
then then
setopt incappendhistorytime setopt incappendhistorytime
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment