diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-04-19 00:59:39 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2017-04-19 01:02:37 +0300 |
commit | 54a444535a6a2e7e6294f900fd11752ff13595bb (patch) | |
tree | 8e9ddbdc104ce7dfa207f61eb91a6547bc4bf8fc /functions | |
parent | 421f506bf8041a6a1e80b3bb77f03fcb9657fdd0 (diff) |
Converting timer start time to hex
Diffstat (limited to 'functions')
-rw-r--r-- | functions/utilities.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/utilities.zsh b/functions/utilities.zsh index 8f676caf..86e5ba0e 100644 --- a/functions/utilities.zsh +++ b/functions/utilities.zsh @@ -79,7 +79,7 @@ function getRelevantItem() { done } -# OS detection for the `os_icon` segment +# OS detection case $(uname) in Darwin) OS='OSX' |