chore: update nushell and tmpl
Signed-off-by: jolheiser <john.olheiser@gmail.com>main
parent
c47f62bb1e
commit
55cfa43092
|
@ -12,7 +12,7 @@ def create_left_prompt [] {
|
||||||
|
|
||||||
def create_right_prompt [] {
|
def create_right_prompt [] {
|
||||||
let time_segment = ([
|
let time_segment = ([
|
||||||
(date now | date format '%m/%d/%Y %r')
|
(date now | format date '%m/%d/%Y %r')
|
||||||
] | str join)
|
] | str join)
|
||||||
|
|
||||||
$time_segment
|
$time_segment
|
||||||
|
|
|
@ -5,7 +5,6 @@ alias df = duf
|
||||||
alias du = dust -b -d 1
|
alias du = dust -b -d 1
|
||||||
alias just = just --shell "nu" --shell-arg "-c"
|
alias just = just --shell "nu" --shell-arg "-c"
|
||||||
alias ll = ls -al
|
alias ll = ls -al
|
||||||
def day [] { date now | date format "%a %b %d" }
|
|
||||||
|
|
||||||
## Functions ##
|
## Functions ##
|
||||||
def sshdev [port: int = 8080] {
|
def sshdev [port: int = 8080] {
|
||||||
|
|
|
@ -469,11 +469,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703045685,
|
"lastModified": 1703274284,
|
||||||
"narHash": "sha256-yiUMTdqR6DFfLdJ0aqJnQ94Z9PF2LI/Tim1N/U7GgJo=",
|
"narHash": "sha256-0piFh9saUIqqtUNcWt/HZSI76g0X0vdlF/5QNWyY8kc=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "01944e1a3ace27f1a292c606ac11f3db31e3352e",
|
"rev": "4281434739728fcc2cdc0f9068985d5b29ac4e70",
|
||||||
"revCount": 34,
|
"revCount": 35,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.jojodev.com/jolheiser/tmpl"
|
"url": "https://git.jojodev.com/jolheiser/tmpl"
|
||||||
},
|
},
|
||||||
|
|
Reference in New Issue