Update aliases

This commit is contained in:
iFargle 2023-09-28 20:05:34 +09:00
parent 38d1fc4cf6
commit e3700d0a88
2 changed files with 7 additions and 5 deletions

View file

@ -72,11 +72,12 @@
de = "docker exec -it"; de = "docker exec -it";
# bash / system # bash / system
ls = "exa"; ls = "exa";
cp = "rsync -avr"; cp = "rsync -avr";
ll = "exa -lah"; ll = "exa -lah";
rm = "rm -i"; rm = "rm -i";
df = "duf"; df = "duf";
cat = "bat";
# git # git
g = "git"; g = "git";

View file

@ -51,6 +51,7 @@
alejandra # Nix code formatter alejandra # Nix code formatter
nixfmt # Nix code formatter nixfmt # Nix code formatter
e2fsprogs # disk format utilities, like mkfs.ext4 e2fsprogs # disk format utilities, like mkfs.ext4
bat # Like cat, but with syntax highlighting
]; ];
# Select internationalisation properties. # Select internationalisation properties.