diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,6 +100,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 |
