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 5b29fdb..7b3e317 100644
--- a/.bashrc
+++ b/.bashrc
@@ -38,6 +38,8 @@ apwd () {
pwd | sed -e 's!'"$HOME"'!~!'
}
+alias mirror='mpv --untimed --profile=low-latency --vf=hflip /dev/video0'
+
set_title () { printf "\e]2;%s\e\\" "$1"; }
_lastcmd () { history 1 | sed -e 's/^ *[0-9]* *//g' ; }
trap 'set_title "$(_lastcmd)"' DEBUG