diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index 3eb5a67..f76e120 100644 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile @@ -22,6 +22,9 @@ export MOZ_ENABLE_WAYLAND=1 export ELECTRON_OZONE_PLATFORM_HINT=auto export GDK_BACKEND=wayland +# set up bitwarden ssh-agent +export SSH_AUTH_SOCK=$HOME/.bitwarden-ssh-agent.sock + # Miscellaneous export LESSHISTFILE=- export INPUTRC="$HOME/.config/readline/inputrc" diff --git a/zsh/.zshenv b/zsh/.zshenv index ba3ec36..2f5e933 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,6 +1,2 @@ export XDG_CONFIG_HOME="$HOME/.config" export ZDOTDIR="$XDG_CONFIG_HOME/zsh" -. "/home/wball/.local/share/cargo/env" - -if [ -e /home/wball/.nix-profile/etc/profile.d/nix.sh ]; then . /home/wball/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer -[[ ! -r '/home/wball/.local/share/opam/opam-init/init.zsh' ]] || source '/home/wball/.local/share/opam/opam-init/init.zsh' > /dev/null 2> /dev/null