feat: convenience function for relative date
This commit is contained in:
parent
4b6e98709e
commit
2a11d78908
1 changed files with 4 additions and 0 deletions
|
@ -111,3 +111,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
|
|
||||||
|
function reldate() {
|
||||||
|
date -v "${1}" "+%Y-%m-%d"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue