Adjust listen-music script and README slightly
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
cd "$DIR_MUSIC_LISTEN"
|
||||
|
||||
find . -type d | fzf | xargs mpv
|
||||
find . -type d | fzf | xargs mpv --no-audio-display
|
||||
|
||||
Reference in New Issue
Block a user