mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
Compare commits
2 commits
1ad5671819
...
b88e2c1ba9
Author | SHA1 | Date | |
---|---|---|---|
b88e2c1ba9 | |||
ea47387583 |
1 changed files with 4 additions and 0 deletions
|
@ -30,4 +30,8 @@ fi
|
||||||
if type mcfly > /dev/null; then
|
if type mcfly > /dev/null; then
|
||||||
eval "$(mcfly init zsh)"
|
eval "$(mcfly init zsh)"
|
||||||
fi
|
fi
|
||||||
|
if [ -f $HOME/.ssh/id_ed25519 ]; then
|
||||||
|
eval "$(ssh-agent)"
|
||||||
|
ssh-add $HOME/.ssh/id_ed25519
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue