diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-01-14 18:32:46 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-01-14 18:32:46 +0100 |
| commit | 0a215cad87338787410af0df999d41c14f00c9e0 (patch) | |
| tree | 80c7f97e91826ebf53b00af1d2eaefaa519d138a /.bashrc | |
| parent | 9dcf9d6a3fa8203cef7d57c8e811b300d4ecc97d (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,8 @@ export -f mosht ssht() { ssh -t "$@" -- tmux new -A; } export -f ssht +sshs() { ssh -t "$@" -- screen -d -R; } + mpvx() { mpv --vo=sixel --profile=sw-fast --really-quiet "$@"; } export -f mpvx |
