[zsh] add audacious-hack
This commit is contained in:
parent
fd8fa0a8c9
commit
aa669fd6da
|
@ -152,6 +152,14 @@ function urlencode() {
|
|||
python3 -c 'import urllib.parse; print(urllib.parse.quote(open(0, "rb").read()))'
|
||||
}
|
||||
|
||||
# Audacious does not support symlinks; hack around that
|
||||
function audacious-hack() {
|
||||
(
|
||||
IFS=$'\n'
|
||||
audacious $(/bin/ls -1 $1/**/*(@)|sort -Vd)
|
||||
)
|
||||
}
|
||||
|
||||
# Program aliases/env
|
||||
|
||||
## Aliases for programs
|
||||
|
|
Reference in a new issue