.s/scripts/machine-specific-zsh/sakomoto.zsh

17 lines
400 B
Bash
Raw Permalink Normal View History

2024-09-02 03:31:27 -04:00
export PATH=$PATH:/home/lizzy/.cargo/bin
2024-09-02 00:09:09 -04:00
eval "$(zoxide init --cmd z zsh)"
2024-09-02 23:11:27 -04:00
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye > /dev/null
2024-09-02 00:09:09 -04:00
. /opt/asdf-vm/asdf.sh
2024-09-02 03:31:27 -04:00
alias cd="z"
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"