summaryrefslogtreecommitdiff
path: root/mut
diff options
context:
space:
mode:
authorroot <root@localhost>2025-01-21 16:20:00 +0000
committerroot <root@localhost>2025-01-21 16:20:00 +0000
commitb3b65175c48e67686a6b97156ae11596a54ebbd2 (patch)
treec83e19aba323ea578cab1bf3f4b8aa4b3115a271 /mut
parent5290a23366f4941d5742ce20e55783b74eb3e4e1 (diff)
back to sanity
Diffstat (limited to 'mut')
-rw-r--r--mut/nushell/config.nu5
1 files changed, 4 insertions, 1 deletions
diff --git a/mut/nushell/config.nu b/mut/nushell/config.nu
index ec9dc2d..38decfd 100644
--- a/mut/nushell/config.nu
+++ b/mut/nushell/config.nu
@@ -1,5 +1,8 @@
if ($env | default "" DOCKER_NAME | get DOCKER_NAME | is-empty) {
- try {pnsh-nvim}
+ if ("~/.gnupg/S.gpg-agent.ssh" | path exists) {
+ ln -sf ("~/.gnupg/S.gpg-agent.ssh" | path expand) $env.SSH_AUTH_SOCK
+ }
+ try {pnsh-nvim}
} else {
use ~/Programming/Pionative/quickstart/.venv/bin/activate.nu
}