mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
fixes i guess
This commit is contained in:
parent
710407a878
commit
b8bf889f69
2 changed files with 2 additions and 2 deletions
|
@ -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
2
sh/aur
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue