summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-09-29 17:06:29 +0200
committerMarc Vertes <mvertes@free.fr>2024-09-29 17:06:29 +0200
commitea8670be37ef30ce65a46db2eeeccbe24ab4483f (patch)
treebe1e63256df50edcf372fd186843ce90bea364b2 /.bashrc
parent52f7b5658d303a0d49621c929cc65d81e52ff3fe (diff)
updatetermux
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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