From a856443120fae163adb4d8392112967e7e25c8f1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 3 Jan 2023 00:45:13 +0900 Subject: misc: add Deno to INSTALL.txt --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 5990946..30bf832 100644 --- a/.zshrc +++ b/.zshrc @@ -436,4 +436,5 @@ export PATH="/usr/local/opt/ruby/bin:$PATH" export PATH="$HOME/go/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" +export PATH="$HOME/.deno/bin:$PATH" export PATH=/usr/local/go/bin:$PATH -- cgit v1.3.1-4-g156e