Skip to content

Instantly share code, notes, and snippets.

@shinzui
Created November 13, 2015 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinzui/e9cfaf58c8886f3554a9 to your computer and use it in GitHub Desktop.
Save shinzui/e9cfaf58c8886f3554a9 to your computer and use it in GitHub Desktop.
Fixing psql autocomplete on OS X
brew install readline
brew link --force readline
brew unlink postgresql
brew install postgreql
#should include readline
otool -L `which psql`
@1MikeMakuch
Copy link

1MikeMakuch commented Nov 15, 2017

This works. Now

$ psql FILE^I

FILE-tab completes the FILENAME.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment