mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 17:28:19 +00:00
3 lines
105 B
Fish
3 lines
105 B
Fish
function __fish_complete_pg_user
|
|
psql -Atqwc 'select usename from pg_user' template1 2>/dev/null
|
|
end
|