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"