diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 05d17d2..f85491e 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -52,4 +52,5 @@ export NVM_DIR="$HOME/.config/nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -. "$HOME/.local/share/../bin/env" + +# . "$HOME/.local/share/../bin/env" diff --git a/zsh/.config/zsh/config/env.zsh b/zsh/.config/zsh/config/env.zsh index 15bf61d..da0a0c0 100644 --- a/zsh/.config/zsh/config/env.zsh +++ b/zsh/.config/zsh/config/env.zsh @@ -92,5 +92,4 @@ if command -v direnv >/dev/null 2>&1; then eval "$(direnv hook zsh)" fi - export SSH_AUTH_SOCK='/home/ada/.bitwarden-ssh-agent.sock'