Skip to content

Commit

Permalink
Misc autoinstalled cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed May 15, 2022
1 parent ab1523e commit 41708bf
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion zshrc
Expand Up @@ -185,4 +185,18 @@ export PARINIT="rTbgqR B=.,?_A_a Q=_s>|"
[[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.zsh
# tabtab source for sls package
# uninstall by removing these lines or running `tabtab uninstall sls`
[[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh
[[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh
# tabtab source for slss package
# uninstall by removing these lines or running `tabtab uninstall slss`
[[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/slss.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/slss.zsh

# tabtab source for packages
# uninstall by removing these lines
[[ -f ~/.config/tabtab/__tabtab.zsh ]] && . ~/.config/tabtab/__tabtab.zsh || true

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init -)"
fi

export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh

0 comments on commit 41708bf

Please sign in to comment.