diff options
author | Karel Kočí <cynerd@email.cz> | 2021-07-07 13:39:55 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-07-07 13:39:55 +0200 |
commit | 205e4caa14eb8c65bbef1acf9282eda2e199c6ac (patch) | |
tree | b08fa14e012484758ada317767d07b7f33250e5b /profile | |
parent | 471285387a248ccbc27c1376481dd8dee1ccb589 (diff) | |
download | myconfigs-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-- | profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |