add fd and replace ls

This commit is contained in:
2025-05-23 15:40:24 +02:00
parent 9c14f17cd8
commit a1ad0fa815
2 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,8 @@
}; };
shellAliases = { shellAliases = {
l = "ls -hal"; l = "eza -a1lh";
ls = "eza";
dc = "docker compose"; dc = "docker compose";
rsync = "rsync -az --info=progress2"; rsync = "rsync -az --info=progress2";
t = "tmux new-session -A -s main"; t = "tmux new-session -A -s main";

View File

@@ -25,6 +25,7 @@ with pkgs;
# Rust utils # Rust utils
bat bat
eza eza
fd
ripgrep ripgrep
ripgrep-all ripgrep-all
zoxide zoxide