diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 10:01:56 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 10:03:15 -0500 |
| commit | 94874ba6fbbbd8fdc2a203ef27caa1c8e04b8a43 (patch) | |
| tree | c779c5dddb711e314dc7e357787c79f923349aa0 /.profile | |
| parent | c2d09359fb3929a0a9c05c41d8e5bad16f502a75 (diff) | |
feat: use sh profile to set env vars
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile new file mode 100644 index 0000000..46937eb --- /dev/null +++ b/.profile @@ -0,0 +1,2 @@ +export EDITOR=hx +export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR"/hissh-agent |
