Populate repo
This commit is contained in:
7
zsh/.oh-my-zsh/plugins/isodate/isodate.plugin.zsh
Normal file
7
zsh/.oh-my-zsh/plugins/isodate/isodate.plugin.zsh
Normal file
@ -0,0 +1,7 @@
|
||||
# work with date ISO 8601 easy
|
||||
|
||||
alias isodate="date +%Y-%m-%dT%H:%M:%S%z"
|
||||
alias isodate_utc="date -u +%Y-%m-%dT%H:%M:%SZ"
|
||||
alias isodate_basic="date -u +%Y%m%dT%H%M%SZ"
|
||||
alias unixstamp="date +%s"
|
||||
alias date_locale="date +"%c""
|
Reference in New Issue
Block a user