aboutsummaryrefslogtreecommitdiff
path: root/.config/nushell/scripts
diff options
context:
space:
mode:
Diffstat (limited to '.config/nushell/scripts')
-rwxr-xr-x.config/nushell/scripts/greet.nu4
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nushell/scripts/greet.nu b/.config/nushell/scripts/greet.nu
deleted file mode 100755
index 9399fdd..0000000
--- a/.config/nushell/scripts/greet.nu
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /bin/nu
-def greet [name] {
- ['hello' $name]
-}