fix(env): comment out env file sourcing in .zshrc and remove trailing newline in env.zsh
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user