aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile b/profile
index f57b934..8ea4bb2 100644
--- a/profile
+++ b/profile
@@ -14,6 +14,8 @@ export PYTHONPYCACHEPREFIX="$HOME/.cache/pycache"
# Start music player daemon
pgrep mpd >/dev/null || mpd ~/.config/mpd/mpd.conf
+# Start ssh-agent
+eval "$(ssh-agent -s)"
# And if we are on first terminal also automatically start x server
if [ "$(tty)" = "/dev/tty1" ]; then