Skip to content

Commit

Permalink
update .exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlette authored Jul 13, 2023
1 parent 99b9015 commit bdf6dd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .exports
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

TZ="America/Los_Angeles"
TZ="${TZ:-"America/Los_Angeles"}"
export TZ

CLICOLOR=1
Expand Down Expand Up @@ -100,3 +100,7 @@ export HOMEBREW_NO_INSTALL_CLEANUP HOMEBREW_NO_ENV_HINTS
# tell terminal.app to shut the fuck up about switching the shell to zsh
BASH_SILENCE_DEPRECATION_WARNING=1
export BASH_SILENCE_DEPRECATION_WARNING

DENO_INSTALL="$HOME/.deno"
DENO_INSTALL_ROOT="$DENO_INSTALL/bin"
export DENO_INSTALL DENO_INSTALL_ROOT

0 comments on commit bdf6dd1

Please sign in to comment.