mirror of https://github.com/bjeanes/dotfiles.git
9 lines
153 B
Fish
9 lines
153 B
Fish
|
function __db_list_web
|
||
|
switch (__detect_webapp)
|
||
|
case rails merb merb_bundle
|
||
|
parse_database_yml.rb config/database.yml
|
||
|
case '*'
|
||
|
end
|
||
|
|
||
|
end
|