2020-05-29 11:29:33 +02:00
|
|
|
{
|
2022-02-22 21:52:01 +01:00
|
|
|
ls = "exa -la";
|
2020-05-29 11:29:33 +02:00
|
|
|
sl = "sl -e";
|
|
|
|
|
2022-01-13 07:46:04 +01:00
|
|
|
# WIfi stuff
|
|
|
|
wifi = "sudo nmcli con up id";
|
|
|
|
|
|
|
|
# Volume controls
|
|
|
|
vup = "amixer set Master 8%+";
|
|
|
|
vdown = "amixer set Master 8%-";
|
|
|
|
|
|
|
|
# Rebuuild nixos
|
|
|
|
rebuild = "sudo nixos-rebuild switch --flake ~/Projects/nixos-config/";
|
|
|
|
|
2020-05-29 11:29:33 +02:00
|
|
|
# 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
|
|
|
}
|