2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-27 20:25:12 +00:00
fish-shell/share/functions/__fish_complete_pg_user.fish

4 lines
105 B
Fish
Raw Normal View History

function __fish_complete_pg_user
psql -Atqwc 'select usename from pg_user' template1 2>/dev/null
end