trying out zsh again

This commit is contained in:
William Ball 2026-03-30 18:45:12 -04:00
parent 7f5cb6baa0
commit aa4a80360f
Signed by: wball
SSH key fingerprint: SHA256:3K3IvjUp1U5HwsIRYy/vosnG8l/A84LPUSAKQ6oCGKI
2 changed files with 3 additions and 4 deletions

View file

@ -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"

View file

@ -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