mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
add fd and replace ls
This commit is contained in:
@@ -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";
|
||||||
|
@@ -25,6 +25,7 @@ with pkgs;
|
|||||||
# Rust utils
|
# Rust utils
|
||||||
bat
|
bat
|
||||||
eza
|
eza
|
||||||
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
ripgrep-all
|
ripgrep-all
|
||||||
zoxide
|
zoxide
|
||||||
|
Reference in New Issue
Block a user