1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Replace lsd with exa

This commit is contained in:
Mo 2023-03-13 23:25:29 +01:00
parent ad8dd1e282
commit 00612f4a43

View file

@ -40,12 +40,12 @@ if status is-interactive
z $argv z $argv
end end
function ls -w lsd function ls -w exa
lsd $argv exa --icons --group-directories-first --time-style long-iso $argv
end end
function ll -w lsd function ll -w exa
lsd -l $argv ls -l $argv
end end
function cat -w bat function cat -w bat