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
end
function ls -w lsd
lsd $argv
function ls -w exa
exa --icons --group-directories-first --time-style long-iso $argv
end
function ll -w lsd
lsd -l $argv
function ll -w exa
ls -l $argv
end
function cat -w bat