summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-05-18 14:53:40 +0200
committerMarc Vertes <mvertes@free.fr>2023-05-18 14:53:40 +0200
commit5ebd7f6025944a5e32122505aead8bbb170f9f24 (patch)
tree5be1274bfb0320c3d8c101360944be35fe6c6442 /.bashrc
parentc4982ac9ff2300d985c1e3506a7353ade3508591 (diff)
add mkcd; ignore llama
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 045dd41..a5d86fb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -99,6 +99,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