diff --git a/README.md b/README.md index 95c0942..541c21c 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ This repo contains a collection of scripts and files related to: - scripts/executables for my local systems - anything else related to getting my boxes (computers) set up as desired -This repo grew into more than I originally intended, but it turned into a fun little -excursion into the realm of shell scripting (and an intro to Lua for the neovim -portions). +This repo grew into more than I originally intended, and turned into a fun excursion into +the realm of shell scripting. ## prereqs diff --git a/src_files/.local/scripts/listen-music b/src_files/.local/scripts/listen-music index 7c34206..2b78f29 100755 --- a/src_files/.local/scripts/listen-music +++ b/src_files/.local/scripts/listen-music @@ -2,4 +2,4 @@ cd "$DIR_MUSIC_LISTEN" -find . -type d | fzf | xargs mpv +find . -type d | fzf | xargs mpv --no-audio-display