diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-04 14:24:22 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-04 14:24:22 +0100 |
commit | 7c7ee2698815fcc337aa3a0079c384c002271ebb (patch) | |
tree | 1935a742d547aaea65d4b1242e978a0ebac35808 /fish2024/functions | |
parent | d0a4e44bf71265784599a6abf0e23f6d9258b110 (diff) |
Adds colour back to fish shell
Diffstat (limited to 'fish2024/functions')
-rw-r--r-- | fish2024/functions/ls.fish | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fish2024/functions/ls.fish b/fish2024/functions/ls.fish deleted file mode 100644 index f37ff68..0000000 --- a/fish2024/functions/ls.fish +++ /dev/null @@ -1,3 +0,0 @@ -function ls -command ls $argv -end |