mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 10:51:14 -03:00
5 lines
136 B
Fish
5 lines
136 B
Fish
# localization: skip(private)
|
|
function __fish_complete_pg_user
|
|
psql -AtqwXc 'select usename from pg_user' template1 2>/dev/null
|
|
end
|