Merge branch 'main' of https://git.meatballhat.com/x/dotfiles
This commit is contained in:
commit
8ae7aee3e7
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
language: generic
|
|
||||||
sudo: false
|
|
||||||
script: make
|
|
4
zshrc
4
zshrc
@ -137,6 +137,10 @@ if command -v ssh-add &>/dev/null; then
|
|||||||
alias ssh-add='ssh-add -t 1h'
|
alias ssh-add='ssh-add -t 1h'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if psql --version &>/dev/null; then
|
||||||
|
alias pgme='psql -d postgres://me@jool.meatballhat.com:15744/me'
|
||||||
|
fi
|
||||||
|
|
||||||
unsetopt correct_all
|
unsetopt correct_all
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user