Skip to content

Instantly share code, notes, and snippets.

@twolfson
Last active August 25, 2015 23:36
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 twolfson/9bd39243e1f6ffd5dbb2 to your computer and use it in GitHub Desktop.
Save twolfson/9bd39243e1f6ffd5dbb2 to your computer and use it in GitHub Desktop.
Unrecorded dotfiles

Sometimes I don't have time to fully commit to my dotfiles. These are one-offs I use:

// ~/.gitignore (OS X)
.DS_Store

// ~/.pg_service.conf
[vagrant]
user=db_username
password=db_password
host=localhost
port=vagrant_port
dbname=db_name

// ~/.psqlrc
// More options here: https://www.periscope.io/blog/optimizing-your-psql.html
\x auto
\pset null '(null)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment