summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-01-04 09:16:43 +0100
committerMarc Vertes <mvertes@free.fr>2021-01-04 09:16:43 +0100
commitb44d13927d1296c6d4eecbf42448372948e74ad8 (patch)
treef5fab8146e8e088ba55b85a0ae3ee24fe66906d1 /.bashrc
parent3bb7e9d0b1d7bc406bd2361f7484d4484eb483b1 (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc9
1 files changed, 9 insertions, 0 deletions
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