diff options
author | Mateja <mail@matejamaric.com> | 2021-02-08 21:22:38 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-08 21:22:38 +0100 |
commit | d9085cc0dbded21f0fbb53967a3a4f518519073e (patch) | |
tree | 901443cc998b19dc2060079f9ab6792d631fd424 | |
parent | 43b12f0d85ea18ae4e5f820a51771cea2c293db6 (diff) | |
download | dotfiles-d9085cc0dbded21f0fbb53967a3a4f518519073e.tar.gz dotfiles-d9085cc0dbded21f0fbb53967a3a4f518519073e.zip |
Setting environment variables for display managers.
-rwxr-xr-x | .xprofile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile new file mode 100755 index 0000000..d13cb65 --- /dev/null +++ b/.xprofile @@ -0,0 +1,2 @@ +#!/bin/sh +eval $(keychain --clear --eval --agents gpg,ssh --quiet) |