From de5dd3ace1db0538df5db00f154c3b311c867cad Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Sat, 29 Aug 2026 16:04:49 -0500 Subject: update --- dot_zshrc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'dot_zshrc') diff --git a/dot_zshrc b/dot_zshrc index 23d0299..9194dd1 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -14,6 +14,7 @@ precmd () { } export PATH=$PATH:~/.local/bin +export PATH="$HOME/.cargo/bin:$PATH" # zstyle ':completion:*' menu select @@ -42,8 +43,13 @@ if [[ -f ~/.ssh/ssh-agent.env ]]; then fi ssh-add -l &> /dev/null || ssh-add -# Home and End Key Bindings -bindkey "^[[H" beginning-of-line -bindkey "^[[F" end-of-line +export GPG_TTY=$(tty) +gpg-connect-agent updatestartuptty /bye >/dev/null eval "$(zoxide init zsh)" + +bindkey -e + +# if [[ -z "$TMUX" ]]; then +# tmux attach-session -t default \; new-window && exit || tmux new-session -s default && exit +# fi -- cgit v1.2.3