rename to match /bin/

This commit is contained in:
ville rantanen
2014-05-30 17:00:46 +03:00
parent 1e52903c83
commit 168330e3a7

View File

@@ -244,7 +244,7 @@ function ised () {
function foldermenu_prompt {
[ -f .foldermenu ] && {
echo -n "f:"
foldermenu.py -lf 10 || echo -n "*"
foldermenu -lf 10 || echo -n "*"
} || {
true
}