mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
fix: sounds path
This commit is contained in:
parent
fb85aa0a38
commit
956dec161b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ function hirakata() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $mute -eq 0 ]; then
|
if [ $mute -eq 0 ]; then
|
||||||
(mpg321 -q $HK/sounds/$sound & ) > /dev/null 2>&1
|
(mpg321 -q $p/sounds/$sound & ) > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue