aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fish2024/functions/ls.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish2024/functions/ls.fish b/fish2024/functions/ls.fish
new file mode 100644
index 0000000..f37ff68
--- /dev/null
+++ b/fish2024/functions/ls.fish
@@ -0,0 +1,3 @@
+function ls
+command ls $argv
+end