summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-05-24 03:20:31 +0100
committerubq323 <ubq323@ubq323.website>2023-05-24 03:20:31 +0100
commitce9afcf6114d0ac7fa0d8acf5739feaa18d76803 (patch)
treeadb928f69a22252d77d85176ebc6257f565ff9fe /.bashrc
parentdc5f2cfd52638a0a2ca5bf7c507579d8235edcfc (diff)
multitudes
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