From ea8670be37ef30ce65a46db2eeeccbe24ab4483f Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 29 Sep 2024 17:06:29 +0200 Subject: update --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index e9d09de..9814934 100644 --- a/.bashrc +++ b/.bashrc @@ -91,6 +91,8 @@ export YAEGI_UNSAFE=1 export YAEGI_UNRESTRICTED=1 export YAEGI_SYSCALL=1 +mkcd() { mkdir -p "$1" && cd "$1"; } + mosht() { mosh "$@" -- tmux new -A; } export -f mosht -- cgit v1.2.3