mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-25 20:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
8 lines
153 B
Nu
8 lines
153 B
Nu
export def "date local" [now] {
|
|
insert time {|value|
|
|
let converted = ($now | date to-timezone $value.tz);
|
|
|
|
$converted | format date '%c'
|
|
}
|
|
}
|