From 930434953299955ccfa2a9fe3e5543d4d962e95b Mon Sep 17 00:00:00 2001 From: cspark Date: Thu, 12 Dec 2024 21:05:07 +0000 Subject: [PATCH] Add new helper alias for cd and ssh --- eshell/alias | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eshell/alias b/eshell/alias index 8b2f2d3..fe2c8d5 100644 --- a/eshell/alias +++ b/eshell/alias @@ -1 +1,2 @@ -alias cd z $1 +alias cdssh cd /ssh:$1: +alias cd z $1 \ No newline at end of file