diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 14f571b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -language: generic -sudo: false -script: make diff --git a/zshrc b/zshrc index 8f1fb45..f39eb1f 100644 --- a/zshrc +++ b/zshrc @@ -137,6 +137,10 @@ if command -v ssh-add &>/dev/null; then alias ssh-add='ssh-add -t 1h' fi +if psql --version &>/dev/null; then + alias pgme='psql -d postgres://me@jool.meatballhat.com:15744/me' +fi + unsetopt correct_all bindkey '^R' history-incremental-search-backward