1
Fork 0

Disable Deno's update nag.

This commit is contained in:
Bauke 2023-06-06 14:22:46 +02:00
parent d96b1b01e0
commit 148509831e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -1,5 +1,6 @@
source "$HOME/.oh-my-zsh/oh-my-zsh.sh"
export DENO_NO_UPDATE_CHECK="true"
export EDITOR="nano"
export LESS="-F -X $LESS"