chore: add blogdate command 656b401b
Steve · 2026-05-29 22:24 1 file(s) · +4 −0
nushell/config.nu +4 −0
966 966
  echo "Repository initialized with .gitignore template!"
967 967
}
968 968
969 +
def blogdate [] {
970 +
  date now | date to-timezone UTC | format date "%Y-%m-%dT%H:%M:%SZ"
971 +
}
972 +
969 973
alias ll = ls -l
970 974
alias la = ls -a
971 975
alias lg = lazygit