Restore keychain startup

This commit is contained in:
Fabio Scotto di Santolo
2025-08-02 10:36:56 +02:00
parent 627355708c
commit 835123e96a
2 changed files with 1 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ start_keychain() {
fi fi
} }
# start_keychain "$HOME/.ssh/id_ed25519_nymph" "9DDD59AD62494FB2" start_keychain "$HOME/.ssh/id_ed25519_nymph"

View File

@@ -136,8 +136,6 @@ if [ -e "$HOME/.cargo" ]; then
fi fi
source <(fzf --zsh) source <(fzf --zsh)
source "$FZF_HOME/shell/key-bindings.zsh"
source "$FZF_HOME/shell/completion.zsh"
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
tmux attach-session -t default || tmux new-session -s default tmux attach-session -t default || tmux new-session -s default