diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-05-18 14:53:40 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-05-18 14:53:40 +0200 |
| commit | 5ebd7f6025944a5e32122505aead8bbb170f9f24 (patch) | |
| tree | 5be1274bfb0320c3d8c101360944be35fe6c6442 /.bashrc | |
| parent | c4982ac9ff2300d985c1e3506a7353ade3508591 (diff) | |
add mkcd; ignore llama
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
