diff --git a/apps/nogui/nushell/env.nu b/apps/nogui/nushell/env.nu index b11d5a898450ab57d3318c1798ae901d943c85ae..0cafdd22073208e63d5cd036258917bb900e94b4 100644 --- a/apps/nogui/nushell/env.nu +++ b/apps/nogui/nushell/env.nu @@ -12,7 +12,7 @@ } def create_right_prompt [] { let time_segment = ([ - (date now | format date '%m/%d/%Y %r') + (date now | date format '%m/%d/%Y %r') ] | str join) $time_segment diff --git a/apps/nogui/nushell/jolheiser.nu b/apps/nogui/nushell/jolheiser.nu index 104803b0a2a50c8e1b87e97bca1233ec090ec1a5..da8d89ca5d46c9b2f6b7a278dcd178aabf9c58bc 100644 --- a/apps/nogui/nushell/jolheiser.nu +++ b/apps/nogui/nushell/jolheiser.nu @@ -5,6 +5,7 @@ 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 1e5670deedd6ee81efa764a3d7136cfdc6b07b70..50d332818486630898cfaa7ea4a55960e41eb2b4 100644 --- a/flake.lock +++ b/flake.lock @@ -469,11 +469,12 @@ "nixpkgs" ] }, "locked": { - "lastModified": 1703274284, + "lastModified": 1703045685, - "narHash": "sha256-0piFh9saUIqqtUNcWt/HZSI76g0X0vdlF/5QNWyY8kc=", + "narHash": "sha256-yiUMTdqR6DFfLdJ0aqJnQ94Z9PF2LI/Tim1N/U7GgJo=", "ref": "refs/heads/main", - "rev": "4281434739728fcc2cdc0f9068985d5b29ac4e70", + "rev": "01944e1a3ace27f1a292c606ac11f3db31e3352e", - "original": { + "nodes": { + "home-manager": [], "type": "git", "url": "https://git.jojodev.com/jolheiser/tmpl" },