diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-29 20:49:22 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-29 20:49:22 +0100 |
commit | 6356e14ad3ee48b097d90fee1ad9c6bd08d1044f (patch) | |
tree | 707e246b9a8f47b9484420ca5a3e935642e899be /fish2024/functions | |
parent | cc896d5021a89b065a3f01fed6982268456be382 (diff) |
Remove colour from ls command in fish
Diffstat (limited to 'fish2024/functions')
-rw-r--r-- | fish2024/functions/ls.fish | 3 |
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 |