diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-01-04 09:16:43 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-01-04 09:16:43 +0100 |
| commit | b44d13927d1296c6d4eecbf42448372948e74ad8 (patch) | |
| tree | f5fab8146e8e088ba55b85a0ae3ee24fe66906d1 /.bashrc | |
| parent | 3bb7e9d0b1d7bc406bd2361f7484d4484eb483b1 (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
