From bc4efd65f80d8327158f8b204a9254d790f28d34 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Thu, 16 Nov 2023 16:23:41 -0800 Subject: [PATCH] added server ssh alias --- modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zsh.nix b/modules/zsh.nix index 97b3000..885805c 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -47,6 +47,7 @@ in open-config = "cd ~/Documents/nicks-nix-config; nvim"; switch-to-windows = "sudo grub-reboot 1; sudo reboot"; screenshot = "grim -g \"$(slurp -d)\" - | wl-copy -t image/png"; + move-to-alaska = "ssh nixolas@100.64.0.1"; }; };