diff options
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 |
