8 lines
117 B
Nix
8 lines
117 B
Nix
{
|
|
ls = "exa -l";
|
|
sl = "sl -e";
|
|
|
|
# Render git repo using gource
|
|
"git render" = "gource -f -s 1 -c 4 --key";
|
|
}
|