Tofu time
This commit is contained in:
parent
306d54c05d
commit
72eee70488
6
zshrc
6
zshrc
@ -104,7 +104,6 @@ plugins=(
|
|||||||
rsync
|
rsync
|
||||||
ruby
|
ruby
|
||||||
rust
|
rust
|
||||||
terraform
|
|
||||||
tmux
|
tmux
|
||||||
vagrant
|
vagrant
|
||||||
vault
|
vault
|
||||||
@ -162,6 +161,11 @@ if psql --version &>/dev/null; then
|
|||||||
alias pgme='psql -d postgres://me@jool.meatballhat.com:15744/me'
|
alias pgme='psql -d postgres://me@jool.meatballhat.com:15744/me'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if terraform version &>/dev/null; then
|
||||||
|
alias terraform=tofu
|
||||||
|
alias tf=tofu
|
||||||
|
fi
|
||||||
|
|
||||||
unsetopt correct_all
|
unsetopt correct_all
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user