Merge branch 'master' of github.com:meatballhat/dotfiles
This commit is contained in:
11
zshrc
11
zshrc
@@ -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
|
||||
|
Reference in New Issue
Block a user