# # ~~~ nushell env config # export-env { # # ~~~ system # setup editor $env.EDITOR = "nvim" # setup ssh agent $env.SSH_AUTH_SOCK = $"($env.XDG_RUNTIME_DIR)/ssh-agent.socket" # setup gpg agent $env.GPG_TTY = ^tty # # ~~~ theming # setup qt $env.QT_QPA_PLATFORMTHEME = "qt6ct" }