From 72b56e45d76f5370f7566b643ed97d631ca9e39c Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 4 Jun 2024 19:06:58 +0200 Subject: update --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') 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 "$@"; } -- cgit v1.2.3