mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-08-11 20:12:53 +02:00
13 lines
228 B
Nix
13 lines
228 B
Nix
{
|
|
v = "nvim";
|
|
vi = "nvim";
|
|
vim = "nvim";
|
|
ls = "eza --color=auto --group-directories-first";
|
|
l = "ls -la --no-git";
|
|
ll = "ls -la";
|
|
cat = "bat";
|
|
gs = "git status";
|
|
gd = "git diff";
|
|
gds = "git diff --staged";
|
|
}
|