Skip to content

Commit

Permalink
zshrc: Add multiple identities to ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
zapling committed Nov 7, 2024
1 parent eafeb80 commit 616bc92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
zstyle :omz:plugins:ssh-agent identities ~/.ssh/id_ed25519 ~/.ssh/keys/{github_personal,bitbucket_mpk}
export ZSH=$HOME/.oh-my-zsh

HISTORY_IGNORE="(jwt-decode*|systemctl poweroff)"
Expand Down Expand Up @@ -149,7 +150,7 @@ function frm() {
function make() {
if [[ -f "./Earthfile" ]]; then
print "\033[1;33mEarthfile detected, switching to earthly\033[0m\n"
earthly $@
~/.local/bin/earthly-linux-amd64 $@
return
fi
command make $@
Expand Down

0 comments on commit 616bc92

Please sign in to comment.