aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-07-07 13:39:55 +0200
committerKarel Kočí <cynerd@email.cz>2021-07-07 13:39:55 +0200
commit205e4caa14eb8c65bbef1acf9282eda2e199c6ac (patch)
treeb08fa14e012484758ada317767d07b7f33250e5b /profile
parent471285387a248ccbc27c1376481dd8dee1ccb589 (diff)
downloadmyconfigs-205e4caa14eb8c65bbef1acf9282eda2e199c6ac.tar.gz
myconfigs-205e4caa14eb8c65bbef1acf9282eda2e199c6ac.tar.bz2
myconfigs-205e4caa14eb8c65bbef1acf9282eda2e199c6ac.zip
i3: use alacritty for notes and ssh-agent in profile
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