From 205e4caa14eb8c65bbef1acf9282eda2e199c6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 7 Jul 2021 13:39:55 +0200 Subject: i3: use alacritty for notes and ssh-agent in profile --- profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'profile') 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 -- cgit v1.2.3