This website requires JavaScript.
Explore
Help
Sign In
bo
/
dotfiles
mirror of
https://github.com/bjeanes/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
61230c4486
dotfiles
/
fish
/
functions
/
__db_list.fish
9 lines
104 B
Fish
Raw
Blame
History
function
__db_list
switch
$argv
[
1
]
case
"pg"
__db_list_pg
|
uniq
case
"mysql"
end
end
View Git Blame
Copy Permalink