summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-01-14 18:32:46 +0100
committerMarc Vertes <mvertes@free.fr>2023-01-14 18:32:46 +0100
commit0a215cad87338787410af0df999d41c14f00c9e0 (patch)
tree80c7f97e91826ebf53b00af1d2eaefaa519d138a /.bashrc
parent9dcf9d6a3fa8203cef7d57c8e811b300d4ecc97d (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index adafe27..739bdb2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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