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
commit1e297a9b960c6d0784856cb59b08770c7f90fbe8 (patch)
treedcc12cf0c4f3f63daa1921aed47b38c5078dad32 /.bashrc
parentd6f32d35d3233f5dfbb0ed3fd2770dc7c9d0aa91 (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