added handy aliases

This commit is contained in:
Nickiel12 2023-12-25 18:55:28 -08:00
parent 8af064577f
commit 5db210cee5

View file

@ -43,12 +43,14 @@ in
cat = "bat"; cat = "bat";
ls = "eza"; ls = "eza";
jq = "jaq"; jq = "jaq";
gust = "/home/nixolas/Documents/Gust/target/debug/gust"; # gust = "/home/nixolas/Documents/Gust/target/debug/gust";
rm = "rmtrash"; rm = "rmtrash";
open-config = "cd ~/Documents/nicks-nix-config; nvim"; open-config = "cd ~/Documents/nicks-nix-config; nvim";
switch-to-windows = "sudo grub-reboot 1; sudo reboot"; switch-to-windows = "sudo grub-reboot 1; sudo reboot";
screenshot = "grim -g \"$(slurp -d)\" - | wl-copy -t image/png"; screenshot = "grim -g \"$(slurp -d)\" - | wl-copy -t image/png";
move-to-alaska = "ssh nixolas@100.64.0.1"; move-to-alaska = "ssh nixolas@100.64.0.1";
rebuild-shutdown = "sudo nixos-rebuild switch --flake .# && shutdown now";
rebuild-exit = "sudo nixos-rebuild switch --flake .# && exit";
}; };
}; };