1
Fork 0
satellite/modules/applications/shells/aliases.nix

8 lines
117 B
Nix
Raw Normal View History

2020-05-29 11:29:33 +02:00
{
ls = "exa -l";
sl = "sl -e";
# Render git repo using gource
2020-05-29 11:30:20 +02:00
"git-render" = "gource -f -s 1 -c 4 --key";
2020-05-29 11:29:33 +02:00
}