As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| --- | |
| rvm: | |
| - 2.0.0 | |
| before_install: | |
| - "echo 'gem: --no-document' > ~/.gemrc" | |
| - "echo '--colour' > ~/.rspec" | |
| - gem install fog | |
| - "./script/travis/bundle_install.sh" | |
| - export DISPLAY=:99.0 |
After updating postgres brew formula or OS X, afterwards there could be an error similar to:
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
One possible fix is: