This commit is contained in:
2021-09-24 21:38:58 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
---
language: generic
sudo: false
script: make

4
zshrc
View File

@@ -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