1
0

Added carapace

This commit is contained in:
2026-02-14 16:14:59 +01:00
parent 2f43f25649
commit 0d27c52f6e

View File

@@ -23,3 +23,5 @@ $env.VISUAL = 'nvim'
if ((sys host).name !~ '.*Windows.*') { if ((sys host).name !~ '.*Windows.*') {
$env.SSH_AUTH_SOCK = '/home/lumen/.bitwarden-ssh-agent.sock' $env.SSH_AUTH_SOCK = '/home/lumen/.bitwarden-ssh-agent.sock'
} }
source (if ($"($nu.cache-dir)/carapace.nu" | path exists) {($"($nu.cache-dir)/carapace.nu")} else { null })