summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
-rw-r--r--mpv/mpv.conf1
2 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 70ee0ec..8768353 100644
--- a/.bashrc
+++ b/.bashrc
@@ -38,7 +38,6 @@ 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)
diff --git a/mpv/mpv.conf b/mpv/mpv.conf
new file mode 100644
index 0000000..f3140f7
--- /dev/null
+++ b/mpv/mpv.conf
@@ -0,0 +1 @@
+save-position-on-quit=yes