index
:
dotfiles.git
colemak
framework
macos
this is where yaks are shaved
ricer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
nushell
/
scripts
/
greet.nu
blob: 9399fdde3e0175db6a597529ad6e3abb57aee72a (
plain
)
1
2
3
4
#! /bin/nu def greet [name] { ['hello' $name] }