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