diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2022-12-04 19:01:18 -0600 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2022-12-04 19:01:18 -0600 |
| commit | bd6155eef9232226ed8fb9b5bcf007f5662ddc10 (patch) | |
| tree | bdd385451f2ce6e561ea4677ee7d74044b25c21b /.config/nushell/env.nu | |
| parent | 1ec73cc2c14d2f62c32046d9585c3a745531d37a (diff) | |
add ssh-agent
Diffstat (limited to '.config/nushell/env.nu')
| -rw-r--r-- | .config/nushell/env.nu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nushell/env.nu b/.config/nushell/env.nu index 10574d9..975d534 100644 --- a/.config/nushell/env.nu +++ b/.config/nushell/env.nu @@ -61,6 +61,7 @@ let-env NU_PLUGIN_DIRS = [ # Wayland things let-env MOZ_ENABLE_WAYLAND = 1 +let-env SSH_AUTH_SOCK = $"($env.XDG_RUNTIME_DIR)/ssh-agent.socket" # To add entries to PATH (on Windows you might use Path), you can use the following pattern: |
