mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:18:50 +08:00
4 lines
105 B
Fish
4 lines
105 B
Fish
|
function __fish_complete_pg_user
|
||
|
psql -Atqwc 'select usename from pg_user' template1 2>/dev/null
|
||
|
end
|