Skip to content

Instantly share code, notes, and snippets.

@kaubu
Created November 18, 2023 02:02
Show Gist options
  • Save kaubu/642ae2c4fdef1ada5496d35db8fee9a6 to your computer and use it in GitHub Desktop.
Save kaubu/642ae2c4fdef1ada5496d35db8fee9a6 to your computer and use it in GitHub Desktop.
Nu environment
# Enforce Git timezone is UTC
$env.TZ = "UTC"
# Set default editor of Nushell
$env.EDITOR = "vim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment