summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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