mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added handy aliases
This commit is contained in:
parent
8af064577f
commit
5db210cee5
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue