From 19a8e815cb45518d16d94fa827b93ffe30bae134 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Sun, 5 May 2024 22:04:57 -0500 Subject: [PATCH] + map telnet mapscii.me --- dots/bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index ec1ab7e..837c6b4 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -11,3 +11,5 @@ PS1='[\u@\h \W]\$ ' # https://github.com/gsamokovarov/jump eval "$(jump shell --bind=j)" + +alias map='telnet mapscii.me' \ No newline at end of file