mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-08-11 20:12:53 +02:00
12
vm/aliases.nix
Normal file
12
vm/aliases.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
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";
|
||||
}
|
Reference in New Issue
Block a user