1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

fixes i guess

This commit is contained in:
Connor Olding 2016-02-24 14:10:31 -08:00
parent 710407a878
commit b8bf889f69
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ _M_LIMIT='compand=0.000|0.000:0.10|0.10:-9/-9|0/-6.:3:4.5:-9'
_M_KILL="$_M_STEREO,$_M_PRE_EMPH,$_M_COMPRESS,$_M_POST_EMPH"
getladspa() {
REPLY=""
REPLY="volume"
if [ -e "/usr/lib/ladspa/${1}.so" ]; then
REPLY="ladspa=f=${1}:p=${1}"
fi

2
sh/aur
View File

@ -58,7 +58,7 @@ aur() {
cd $p
if [ $o_edit -eq 1 ]; then
if [ $o_yes -eq 1 ]; then
e PKGBUILD
$EDITOR PKGBUILD
else
echo "Edit $p"
confirm && e PKGBUILD