From e0faea0c10a0cfc89acfec08319a1a6ff62da021 Mon Sep 17 00:00:00 2001 From: Jisu Kim Date: Tue, 20 Apr 2021 04:27:27 +0900 Subject: [PATCH] Update --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index ca20c1c..72af62d 100644 --- a/zshrc +++ b/zshrc @@ -1,7 +1,7 @@ # If you come from bash you might have to change your $PATH. export PATH=$HOME/.local/bin:/usr/local/bin:$PATH -export DENO_INSTALL="/home/vbalien/.deno" +export DENO_INSTALL="$HOME/.deno" export PATH="$DENO_INSTALL/bin:$PATH" export PATH="$PATH:$HOME/go/bin"