From 1e297a9b960c6d0784856cb59b08770c7f90fbe8 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 4 Jan 2021 09:16:43 +0100 Subject: update --- .bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index a78d064..2f6a357 100644 --- a/.bashrc +++ b/.bashrc @@ -80,6 +80,15 @@ alias wai='~/go/src/github.co/traefik/whoami/whoami' # yaegi debug export YAEGI_DOT_CMD='dotty -' +mosht() { mosh "$@" -- tmux new -A; } +export -f mosht + +ssht() { ssh -t "$@" -- tmux new -A; } +export -f ssht + +mpvx() { mpv --vo=sixel --profile=sw-fast --really-quiet "$@"; } +export -f mpvx + tfk() { ~/go/src/github.com/traefik/traefik/traefik "$@"; } export -f tfk -- cgit v1.2.3