diff --git a/zsh/config.d/90-envoy.zsh b/zsh/config.d/90-envoy.zsh index 2f19e4c..251c15a 100644 --- a/zsh/config.d/90-envoy.zsh +++ b/zsh/config.d/90-envoy.zsh @@ -1,4 +1 @@ [ "$(which clang-format)" != "" ] && export CLANG_FORMAT=/opt/llvm/bin/clang-format || echo "WARNING: clang-format not installed. Required to push to envoy repo" -[ "$(which buildozer)" != "" ] && export BUILDOZER_BIN=$HOME/.go/go/bin/buildozer || echo "WARNING: buildozer not installed. Required to push to envoy repo" -[ "$(which buildifier)" != "" ] && export BUILDIFIER_BIN=$HOME/.go/go/bin/buildifier || echo "WARNING: buildifier not installed. Required to push to envoy repo" - diff --git a/zsh/config.d/oh-my.zsh b/zsh/config.d/oh-my.zsh index 3a504ad..3f1b55d 100644 --- a/zsh/config.d/oh-my.zsh +++ b/zsh/config.d/oh-my.zsh @@ -71,7 +71,7 @@ source $ZSH/oh-my-zsh.sh # Compilation flags # export ARCHFLAGS="-arch x86_64" # ssh -export SSH_KEY_PATH="~/.ssh/rsa_id" +export SSH_KEY_PATH="~/.ssh/id_ed25519" # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh diff --git a/zsh/config.d/pyenv.zsh b/zsh/config.d/pyenv.zsh deleted file mode 100644 index 2113bee..0000000 --- a/zsh/config.d/pyenv.zsh +++ /dev/null @@ -1,3 +0,0 @@ -# export PATH="$HOME/.pyenv/bin:$PATH" -# eval "$(pyenv init -)" -# eval "$(pyenv virtualenv-init -)"