From fd5ec33a5471de7a1f78abfd9c088d51ae8093c3 Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Thu, 20 Feb 2020 01:57:52 +0100
Subject: [PATCH] Add terminal (telnet) starwars alias

---
 nixos/layers/zsh.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nixos/layers/zsh.nix b/nixos/layers/zsh.nix
index f0c4912..d85fe6f 100644
--- a/nixos/layers/zsh.nix
+++ b/nixos/layers/zsh.nix
@@ -50,6 +50,8 @@ in
     myipv6 = "drill -6 @resolver1.opendns.com any myip.opendns.com";
 
     visual-hostkey = "ssh-keygen -lvf /etc/ssh/ssh_host_ed25519_key.pub";
+
+    starwars="telnet towel.blinkenlights.nl";
   };
 
   environment.shellInit = ''
-- 
GitLab