From 6356e14ad3ee48b097d90fee1ad9c6bd08d1044f Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 29 Sep 2024 20:49:22 +0100 Subject: Remove colour from ls command in fish --- fish2024/functions/ls.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish2024/functions/ls.fish (limited to 'fish2024/functions') 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 -- cgit v1.2.3