1
0
Fork 0

chore: update nushell and tmpl

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-12-22 13:48:33 -06:00
parent c47f62bb1e
commit 55cfa43092
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
3 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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] {

View File

@ -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"
},