nushell: Fix gpg

This commit is contained in:
2023-06-30 11:49:30 +02:00
parent b3b082fdf8
commit 73346ee8b5

View File

@ -77,6 +77,7 @@ let-env NU_PLUGIN_DIRS = [
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
let-env PATH = ($env.PATH | split row (char esep) | prepend [($env.HOME + "/.local/bin"), ($env.HOME + "/.cargo/bin")])
let-env GPG_TTY = (tty)
let-env BROWSER = "firefox"
let-env EDITOR = "nvim"
let-env DEFMT_LOG = "info"