summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index e993f54..f83f87b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -108,10 +108,10 @@ export YAEGI_SYSCALL=1
mkcd() { mkdir -p "$1" && cd "$1"; }
-mosht() { mosh "$@" -- tmux new -A; }
+mosht() { mosh "$@" -- tmux a; }
export -f mosht
-ssht() { ssh -t "$@" -- tmux new -A; }
+ssht() { ssh -t "$@" -- tmux a; }
export -f ssht
mpvx() { mpv --vo=sixel --profile=sw-fast --really-quiet "$@"; }