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 = {
|
||||
l = "ls -hal";
|
||||
l = "eza -a1lh";
|
||||
ls = "eza";
|
||||
dc = "docker compose";
|
||||
rsync = "rsync -az --info=progress2";
|
||||
t = "tmux new-session -A -s main";
|
||||
|
Reference in New Issue
Block a user