mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +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
|
||||
eval "$(mcfly init zsh)"
|
||||
fi
|
||||
if [ -f $HOME/.ssh/id_ed25519 ]; then
|
||||
eval "$(ssh-agent)"
|
||||
ssh-add $HOME/.ssh/id_ed25519
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue