Remove useless piece of code left from "borrowing" it from rbenv

This commit is contained in:
2012-04-30 02:15:22 +01:00
parent 178bbdecff
commit 5a0e4c912c

View File

@@ -7,7 +7,7 @@ shopt -s nullglob
{ for path in ${PATH//:/$'\n'}; do
for command in "${path}/tmuxifier-"*; do
command="${command##*tmuxifier-}"
echo ${command##sh-}
echo "$command"
done
done
} | sort | uniq