summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-02-03 18:55:52 +0100
committerxengineering <me@xengineering.eu>2023-02-03 18:55:52 +0100
commit01209e939a7b9b420c6bbf0a9cf03f68568bcbaa (patch)
tree558c75205c5f05fe0f61318383d9902417d940f6
parent60bc4b7663f97c87599d366883d9515a77198168 (diff)
downloaddotfiles-01209e939a7b9b420c6bbf0a9cf03f68568bcbaa.tar
dotfiles-01209e939a7b9b420c6bbf0a9cf03f68568bcbaa.tar.zst
dotfiles-01209e939a7b9b420c6bbf0a9cf03f68568bcbaa.zip
Enable --save-position-on-quit by default for mpv
With this option it is not possible to forget the position of the played ressource on quit. This is explicitly valuable for audiobooks or similar media.
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index a1ae98b..54fb24c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -39,6 +39,7 @@ function my_xdg_open() { nohup xdg-open "$1" > /dev/null 2>&1 & }
alias open=my_xdg_open
alias note='"${EDITOR}" "$(mktemp)"'
alias nolink='cd $(pwd -P)'
+alias mpv='mpv --save-position-on-quit'
# extend PATH by custom scripts (location based on XDG)