1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Merge pull request #2946 from moinakg/master

Solaris portability tweaks.
This commit is contained in:
Robby Russell
2014-11-06 09:26:48 -08:00
3 changed files with 31 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/sh
#!/usr/bin/env zsh
zmodload zsh/datetime
function _current_epoch() {
echo $(($(date +%s) / 60 / 60 / 24))
echo $(( $EPOCHSECONDS / 60 / 60 / 24 ))
}
function _update_zsh_update() {