From a369b2f88f8fdc037a4ec5bc88b8a7ecb4b64f75 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 11 Feb 2023 19:27:01 -0500 Subject: .bash_profile: Set deno install and update check --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 1f07ef5..07807b1 100644 --- a/.bash_profile +++ b/.bash_profile @@ -37,6 +37,8 @@ export XDG_CURRENT_DESKTOP=gnome export CARGO_HOME="$XDG_CACHE_HOME/cargo" export DENO_DIR=vendor +export DENO_INSTALL_ROOT=bin +export DENO_NO_UPDATE_CHECK=1 export DOWNLOAD_KEYSERVER="hkp://keyserver.ubuntu.com" export ELECTRUMDIR="$XDG_DATA_HOME/electrum" export FZF_DIRECTORY_MARKS=$XDG_CONFIG_HOME/fzf/marks/directories -- cgit v1.2.3