mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
Merge remote-tracking branch 'upstream/master'
Conflicts: plugins/jump/jump.plugin.zsh themes/ys.zsh-theme
This commit is contained in:
commit
a32d89278a
38 changed files with 563 additions and 219 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue