Merge branch 'master' of github.com:meatballhat/dotfiles

This commit is contained in:
2020-03-26 09:49:18 -04:00
17 changed files with 99 additions and 18 deletions

11
zshrc
View File

@@ -83,6 +83,7 @@ plugins=(
ruby
tmux
vagrant
vault
vi-mode
)
@@ -150,6 +151,10 @@ function start-ssh-agent() {
ssh-agent >~/.ssh/agent.out
}
function setup-ssh-agent() {
start-ssh-agent && load-ssh-agent
}
function __maybesource() {
if [[ -f "${1}" ]]; then
if [[ "${2}" == silent ]]; then
@@ -208,4 +213,10 @@ if nvm &>/dev/null; then
nvm use --delete-prefix lts/erbium --silent
fi
if kitty --version &>/dev/null; then
autoload -Uz compinit
compinit
kitty + complete setup zsh | source /dev/stdin
fi
true