diff --git a/apps/nogui/nushell/env.nu b/apps/nogui/nushell/env.nu index 0cafdd2..b11d5a8 100644 --- a/apps/nogui/nushell/env.nu +++ b/apps/nogui/nushell/env.nu @@ -12,7 +12,7 @@ def create_left_prompt [] { def create_right_prompt [] { let time_segment = ([ - (date now | date format '%m/%d/%Y %r') + (date now | format date '%m/%d/%Y %r') ] | str join) $time_segment diff --git a/apps/nogui/nushell/jolheiser.nu b/apps/nogui/nushell/jolheiser.nu index da8d89c..104803b 100644 --- a/apps/nogui/nushell/jolheiser.nu +++ b/apps/nogui/nushell/jolheiser.nu @@ -5,7 +5,6 @@ alias df = duf alias du = dust -b -d 1 alias just = just --shell "nu" --shell-arg "-c" alias ll = ls -al -def day [] { date now | date format "%a %b %d" } ## Functions ## def sshdev [port: int = 8080] { diff --git a/flake.lock b/flake.lock index 50d3328..1e5670d 100644 --- a/flake.lock +++ b/flake.lock @@ -469,11 +469,11 @@ ] }, "locked": { - "lastModified": 1703045685, - "narHash": "sha256-yiUMTdqR6DFfLdJ0aqJnQ94Z9PF2LI/Tim1N/U7GgJo=", + "lastModified": 1703274284, + "narHash": "sha256-0piFh9saUIqqtUNcWt/HZSI76g0X0vdlF/5QNWyY8kc=", "ref": "refs/heads/main", - "rev": "01944e1a3ace27f1a292c606ac11f3db31e3352e", - "revCount": 34, + "rev": "4281434739728fcc2cdc0f9068985d5b29ac4e70", + "revCount": 35, "type": "git", "url": "https://git.jojodev.com/jolheiser/tmpl" },