Update aliases
This commit is contained in:
parent
38d1fc4cf6
commit
e3700d0a88
2 changed files with 7 additions and 5 deletions
|
@ -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";
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue